ansible-infra/inventories/chaosknoten/host_vars/auth-dns.yaml
lilly 62e24a1659
All checks were successful
/ Ansible Lint (push) Successful in 2m20s
/ Ansible Lint (pull_request) Successful in 2m17s
disable systemd-resolved on auth-dns
2026-05-01 18:17:15 +02:00

8 lines
375 B
YAML

---
deploy_systemd_resolved_config__enable: false
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') }}"