forked from CCCHH/ansible-infra
Add zigbee2mqtt role and playbook
This commit is contained in:
parent
e084462ae1
commit
51fd3367db
13 changed files with 211 additions and 0 deletions
7
playbooks/deploy_zigbee2mqtt.yml
Normal file
7
playbooks/deploy_zigbee2mqtt.yml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
- name: Deploy zigbee2mqtt on zigbee2mqtt.z9
|
||||
become: true
|
||||
hosts: zigbee2mqtt
|
||||
roles:
|
||||
- zigbee2mqtt
|
||||
- nginx
|
||||
Loading…
Add table
Add a link
Reference in a new issue