ansible/pi.yml

10 lines
130 B
YAML

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