flatten inventories making them simpler
All checks were successful
/ Ansible Lint (push) Successful in 1m41s
All checks were successful
/ Ansible Lint (push) Successful in 1m41s
Remove the child groups as we weren't using their functionality anyway. Also remove the debian_11/12 host groups as they're not in use.
This commit is contained in:
parent
4def1334d8
commit
61cd5053d0
2 changed files with 177 additions and 183 deletions
|
@ -1,6 +1,4 @@
|
||||||
all:
|
all:
|
||||||
children:
|
|
||||||
debian_12:
|
|
||||||
hosts:
|
hosts:
|
||||||
ccchoir:
|
ccchoir:
|
||||||
ansible_host: ccchoir-intern.hamburg.ccc.de
|
ansible_host: ccchoir-intern.hamburg.ccc.de
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
all:
|
all:
|
||||||
children:
|
|
||||||
debian_11:
|
|
||||||
hosts:
|
hosts:
|
||||||
light:
|
light:
|
||||||
ansible_host: light.z9.ccchh.net
|
ansible_host: light.z9.ccchh.net
|
||||||
|
@ -8,8 +6,6 @@ all:
|
||||||
authoritative-dns:
|
authoritative-dns:
|
||||||
ansible_host: authoritative-dns.z9.ccchh.net
|
ansible_host: authoritative-dns.z9.ccchh.net
|
||||||
ansible_user: chaos
|
ansible_user: chaos
|
||||||
debian_12:
|
|
||||||
hosts:
|
|
||||||
nginx_hosts:
|
nginx_hosts:
|
||||||
hosts:
|
hosts:
|
||||||
light:
|
light:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue