Use new secrets path for z9 vm-secrets

This commit is contained in:
June 2023-08-04 13:53:22 +02:00 committed by julian
commit 2825c5089f
3 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
zigbee2mqtt__version: "1.32.1"
zigbee2mqtt__network_key: "{{ lookup('community.general.passwordstore', 'noc/vm-secrets/zigbee2mqtt/network_key', create=false, missing='error') }}"
zigbee2mqtt__network_key: "{{ lookup('community.general.passwordstore', 'noc/vm-secrets/z9/zigbee2mqtt/network_key', create=false, missing='error') }}"
zigbee2mqtt__initial_config: "{{ lookup('ansible.builtin.template', 'z9/configs/zigbee2mqtt/zigbee2mqtt/configuration.yaml.j2') }}"
certbot__version_spec: ""