ansible-infra/inventories/chaosknoten/host_vars/auth-dns.yaml
lilly 2abdbe376c
add barebones knot config
This configuration does not yet do much but it provisions a knot
server that runs.
2026-04-30 23:19:44 +02:00

6 lines
328 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') }}"