20 lines
515 B
YAML
20 lines
515 B
YAML
# 2023-09-25
|
|
# Subvars: promtail
|
|
---
|
|
|
|
stack_name: "promtail"
|
|
stack_enable: true
|
|
|
|
stack_switch_conf: false
|
|
stack_switch_datas: false
|
|
stack_switch_secrets: false
|
|
stack_switch_templates: true
|
|
|
|
|
|
|
|
promtail_template_conf_yaml: "{{ local_folder_templates }}/promtail/{{ stack_folder_templates }}/promtail/promtail_yml.j2"
|
|
promtail_container_conf_yaml: "{{ folder_remote_conf }}/promtail/conf/promtail.yaml"
|
|
|
|
stack_templates:
|
|
- { local: "{{ promtail_template_conf_yaml }}", remote: "{{ promtail_container_conf_yaml }}" }
|