feat(raspberry_pi): add playbook
This commit is contained in:
11
playbooks/raspberry-pi.yaml
Normal file
11
playbooks/raspberry-pi.yaml
Normal file
@@ -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
|
||||||
Reference in New Issue
Block a user