This commit is contained in:
parent
d9fc1ef401
commit
3f8187f46a
4 changed files with 84 additions and 0 deletions
6
inventories/chaosknoten/host_vars/auth-dns.yaml
Normal file
6
inventories/chaosknoten/host_vars/auth-dns.yaml
Normal 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') }}"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue