20 lines
483 B
YAML
20 lines
483 B
YAML
# 2023-09-25
|
|
# Subvars: ntfy
|
|
---
|
|
|
|
stack_name: "ntfy"
|
|
stack_enable: true
|
|
|
|
stack_switch_conf: 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 }}" }
|