From aa8b591afdd7ed59cb2037743546b83e7a7ec712 Mon Sep 17 00:00:00 2001 From: Tuan-Dat Tran Date: Wed, 3 Jun 2026 01:23:48 +0200 Subject: [PATCH] feat(raspberry_pi): add playbook --- playbooks/raspberry-pi.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 playbooks/raspberry-pi.yaml 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