ansible-infra/inventories/chaosknoten/host_vars/auth-dns.yaml
lilly 3f8187f46a
Some checks failed
/ Ansible Lint (push) Failing after 2m20s
wip: add basic knot config
2026-04-29 22:51:03 +02:00

6 lines
325 B
YAML

docker_compose__compose_file_content: "{{ lookup('ansible.builtin.template', 'resources/chaosknoten/auth-dns/docker_compose/compose.yaml.j2') }}"
docker_compose__configuration_files:
- name: "knot.conf"
content: "{{ lookup('ansible.builtin.template', 'resources/chaosknoten/auth-dns/docker_compose/knot.conf.j2') }}"