This commit is contained in:
parent
d9fc1ef401
commit
8588a8a6ac
4 changed files with 87 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') }}"
|
||||
|
||||
|
|
@ -155,6 +155,7 @@ docker_compose_hosts:
|
|||
sunders:
|
||||
spaceapiccc:
|
||||
mjolnir:
|
||||
auth-dns:
|
||||
nextcloud_hosts:
|
||||
hosts:
|
||||
cloud:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue