ansible/roles/stacks/composes/vars/ntfy.yml

21 lines
508 B
YAML

# 2023-09-26
# Subvars: ntfy
---
stack_name: "ntfy"
stack_enable: true
stack_switch_conf: false
stack_switch_envs: false
stack_switch_datas: false
stack_switch_secrets: false
stack_switch_templates: true
ntfy_template_server_yaml: "{{ local_folder_templates }}/ntfy/{{ stack_folder_templates }}/ntfy/server_yml.j2"
ntfy_container_server_yaml: "{{ folder_remote_conf }}/ntfy/conf/server.yaml"
stack_templates:
- { local: "{{ ntfy_template_server_yaml }}", remote: "{{ ntfy_container_server_yaml }}" }