ansible/roles/stacks/composes/vars/adguardhome.yml
2023-09-25 10:40:20 +02:00

20 lines
549 B
YAML

# 2023-09-25
# Subvars: adguardhome
---
stack_name: "adguardhome"
stack_enable: true
stack_switch_conf: false
stack_switch_datas: false
stack_switch_secrets: false
stack_switch_templates: true
adguardhome_template_conf_yaml: "{{ local_folder_templates }}/adguardhome/{{ stack_folder_templates }}/adguardhome/adguardhome_yaml.j2"
adguardhome_container_conf_yaml: "{{ folder_remote_conf }}/adguardhome/conf/AdGuardHome.yaml"
stack_templates:
- { local: "{{ adguardhome_template_conf_yaml }}", remote: "{{ adguardhome_container_conf_yaml }}" }