Files
ansible/playbooks/raspberry-pi.yaml
2026-06-03 01:23:48 +02:00

12 lines
193 B
YAML

---
- name: Set up Raspberry Pis
hosts: raspberry_pi
gather_facts: true
roles:
- role: common
tags:
- common
- role: raspberry_pi
tags:
- raspberry_pi