wip: add basic knot config
Some checks failed
/ Ansible Lint (push) Failing after 2m23s

This commit is contained in:
lilly 2026-04-29 22:44:20 +02:00
commit 8588a8a6ac
Signed by: lilly
SSH key fingerprint: SHA256:y9T5GFw2A20WVklhetIxG1+kcg/Ce0shnQmbu1LQ37g
4 changed files with 87 additions and 0 deletions

View file

@ -0,0 +1,6 @@
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') }}"