6 lines
325 B
YAML
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') }}"
|
|
|