ups.yml 437 B

12345678910111213141516171819202122
  1. ---
  2. - hosts: nas
  3. become: true
  4. vars_files:
  5. - "{{ inventory_dir }}/vars/vault.yaml"
  6. vars:
  7. ups_primary: gateway
  8. ntfy_url: https://ntfy.warchildstory.com
  9. ntfy_topic: "{{ vaulted_ntfy_topic }}"
  10. roles:
  11. - ups
  12. - hosts: gateway
  13. become: true
  14. vars_files:
  15. - "{{ inventory_dir }}/vars/vault.yaml"
  16. vars:
  17. ntfy_url: https://ntfy.warchildstory.com
  18. ntfy_topic: "{{ vaulted_ntfy_topic }}"
  19. roles:
  20. - ups