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

20 lines
481 B
YAML
Raw Normal View History

2023-09-25 08:40:20 +00:00
# 2023-09-25
# Subvars: dl
---
stack_name: "dl"
stack_enable: true
stack_switch_conf: false
stack_switch_datas: true
stack_switch_secrets: false
stack_switch_templates: true
dl_template_conf_nginx: "{{ local_folder_templates }}/dl-nginx/{{ stack_folder_templates }}/dl-nginx/default_conf.j2"
dl_container_conf_nginx: "{{ folder_remote_conf }}/dl-nginx/conf/default.conf"
stack_templates:
- { local: "{{ dl_template_conf_nginx }}", remote: "{{ dl_container_conf_nginx }}" }