2023-09-26 16:09:27 +00:00
|
|
|
# 2023-09-26
|
2023-09-25 08:40:20 +00:00
|
|
|
# Subvars: hastebin
|
|
|
|
---
|
|
|
|
|
|
|
|
stack_name: "hastebin"
|
|
|
|
stack_enable: true
|
|
|
|
|
|
|
|
stack_switch_conf: false
|
2023-09-26 16:09:27 +00:00
|
|
|
stack_switch_envs: false
|
2023-09-25 08:40:20 +00:00
|
|
|
stack_switch_datas: false
|
|
|
|
stack_switch_secrets: false
|
|
|
|
stack_switch_templates: true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
hastebin_template_config_js: "{{ local_folder_templates }}/hastebin/{{ stack_folder_templates }}/hastebin/config_js.j2"
|
|
|
|
hastebin_container_config_js: "{{ folder_remote_conf }}/hastebin/conf/config.js"
|
|
|
|
|
|
|
|
stack_templates:
|
|
|
|
- { local: "{{ hastebin_template_config_js }}", remote: "{{ hastebin_container_config_js }}" }
|