feat(raspberry_pi): add defaults, handlers, and secrets placeholder

This commit is contained in:
Tuan-Dat Tran
2026-06-03 03:01:20 +02:00
parent 8dcb429573
commit 9115d30c59
3 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
---
- name: Restart zigbee2mqtt
ansible.builtin.command:
cmd: docker compose restart zigbee2mqtt
chdir: "{{ raspberry_pi_compose_dir }}"
listen: restart zigbee2mqtt
when: inventory_hostname == 'naruto'