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

20 lines
511 B
YAML

# 2023-09-25
# Subvars: registry
---
stack_name: "registry"
stack_enable: true
stack_switch_conf: false
stack_switch_datas: false
stack_switch_secrets: false
stack_switch_templates: true
registry_template_conf_yaml: "{{ local_folder_templates }}/registry/{{ stack_folder_templates }}/registry/config_yml.j2"
registry_container_conf_yaml: "{{ folder_remote_conf }}/registry/conf/config.yaml"
stack_templates:
- { local: "{{ registry_template_conf_yaml }}", remote: "{{ registry_container_conf_yaml }}" }