diff --git a/playbooks/raspberry-pi.yaml b/playbooks/raspberry-pi.yaml new file mode 100644 index 0000000..3989c84 --- /dev/null +++ b/playbooks/raspberry-pi.yaml @@ -0,0 +1,11 @@ +--- +- name: Set up Raspberry Pis + hosts: raspberry_pi + gather_facts: true + roles: + - role: common + tags: + - common + - role: raspberry_pi + tags: + - raspberry_pi