feat(raspberry_pi): add playbook

This commit is contained in:
Tuan-Dat Tran
2026-06-03 01:23:48 +02:00
parent 935389dc6d
commit aa8b591afd

View 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