ansible/pi.yml

8 lines
107 B
YAML

---
- name: Set up Raspberry Pis
hosts: raspberry
gather_facts: yes
roles:
- common
- docker