|
|
@@ -2,7 +2,7 @@
|
|
|
- hosts: nas
|
|
|
become: true
|
|
|
vars_files:
|
|
|
- - "{{ inventory_dir }}/vars/vault.yaml"
|
|
|
+ - "{{ playbook_dir }}/../vars/vault.yaml"
|
|
|
vars:
|
|
|
ups_primary: gateway
|
|
|
ntfy_url: https://ntfy.warchildstory.com
|
|
|
@@ -14,7 +14,7 @@
|
|
|
- hosts: gateway
|
|
|
become: true
|
|
|
vars_files:
|
|
|
- - "{{ inventory_dir }}/vars/vault.yaml"
|
|
|
+ - "{{ playbook_dir }}/../vars/vault.yaml"
|
|
|
vars:
|
|
|
ntfy_url: https://ntfy.warchildstory.com
|
|
|
ntfy_topic: "{{ vaulted_ntfy_topic }}"
|