ansible/pi.yml

10 lines
128 B
YAML

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