Add zigbee2mqtt role and playbook
This commit is contained in:
parent
e084462ae1
commit
51fd3367db
13 changed files with 211 additions and 0 deletions
16
inventories/thinkcccentre/host_vars/zigbee2mqtt.yml
Normal file
16
inventories/thinkcccentre/host_vars/zigbee2mqtt.yml
Normal file
|
@ -0,0 +1,16 @@
|
|||
zigbee2mqtt__version: "1.28.4"
|
||||
zigbee2mqtt__network_key: !vault |
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
61633839396136633962393266643139333961613566396231343061383363393132393333313230
|
||||
6461656564363565623730353138613537643266323438390a363937616136353334333732366233
|
||||
65316234656235333931373135366665353763393439633866373336656266363761383262386534
|
||||
6461396438316236340a323365373739633235356266653864366434386234653235333036346235
|
||||
33633834326534313965626231336633623036613433306436613038363333306432393662653737
|
||||
63343465333062636637313130306434623565623561303835303934306239623035323333323333
|
||||
30303031306635313764323434333465353465366633376432326563666264386431623335613636
|
||||
64643434666433363865
|
||||
zigbee2mqtt__config: "{{ lookup('ansible.builtin.template', 'configs/zigbee2mqtt/zigbee2mqtt/configuration.yaml.j2') }}"
|
||||
nginx__configs:
|
||||
- name: zigbee2mqtt
|
||||
content: "{{ lookup('ansible.builtin.file', 'configs/zigbee2mqtt/nginx/zigbee2mqtt.conf') }}"
|
||||
nginx__enable_https_redirect: true
|
|
@ -8,3 +8,5 @@ all:
|
|||
ansible_host: automation.z9
|
||||
esphome:
|
||||
ansible_host: esphome.z9
|
||||
zigbee2mqtt:
|
||||
ansible_host: zigbee2mqtt.z9
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue