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