Add zigbee2mqtt role and playbook
This commit is contained in:
parent
e084462ae1
commit
51fd3367db
13 changed files with 211 additions and 0 deletions
9
playbooks/roles/zigbee2mqtt/handlers/main.yml
Normal file
9
playbooks/roles/zigbee2mqtt/handlers/main.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
- name: Restart zigbee2mqtt
|
||||
ansible.builtin.systemd:
|
||||
name: zigbee2mqtt
|
||||
state: restarted
|
||||
- name: Reload systemd-daemon and restart zigbee2mqtt
|
||||
ansible.builtin.systemd:
|
||||
name: zigbee2mqtt
|
||||
state: restarted
|
||||
daemon_reload: true
|
Loading…
Add table
Add a link
Reference in a new issue