Use new secrets path, bc of noc pass store merge into general store
This commit is contained in:
parent
23deedf0d6
commit
8a2c2769c8
3 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
zigbee2mqtt__version: "1.32.1"
|
||||
zigbee2mqtt__network_key: "{{ lookup('community.general.passwordstore', 'vm-secrets/zigbee2mqtt/network_key', create=false, missing='error') }}"
|
||||
zigbee2mqtt__network_key: "{{ lookup('community.general.passwordstore', 'noc/vm-secrets/zigbee2mqtt/network_key', create=false, missing='error') }}"
|
||||
zigbee2mqtt__initial_config: "{{ lookup('ansible.builtin.template', 'configs/zigbee2mqtt/zigbee2mqtt/configuration.yaml.j2') }}"
|
||||
cert__acme_account_email: jannes+letsencrypt-ccchh@grzb.de
|
||||
cert__domains:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue