ansible-infra/inventories/z9/host_vars/waybackproxy.yaml
Stefan Bethke 592afdced9
Some checks failed
/ Ansible Lint (push) Failing after 50s
add waybackproxy
2025-09-06 11:39:05 +02:00

7 lines
378 B
YAML

docker_compose__compose_file_content: "{{ lookup('ansible.builtin.template', 'resources/z9/waybackproxy/docker_compose/compose.yaml.j2') }}"
docker_compose__configuration_files: [ ]
nginx__version_spec: ""
nginx__configurations:
- name: waybackproxy.ccchh.net
content: "{{ lookup('ansible.builtin.file', 'resources/z9/waybackproxy/nginx/waybackproxy.ccchh.net.conf') }}"