add host auth-dns.hamburg.ccc.de
All checks were successful
/ Ansible Lint (push) Successful in 2m27s
All checks were successful
/ Ansible Lint (push) Successful in 2m27s
This commit is contained in:
parent
69fcd2691e
commit
d9fc1ef401
4 changed files with 473 additions and 235 deletions
|
|
@ -98,6 +98,9 @@ all:
|
|||
ansible_host: www3.hosts.hamburg.ccc.de
|
||||
ansible_user: chaos
|
||||
ansible_ssh_common_args: -J ssh://chaos@router.hamburg.ccc.de
|
||||
auth-dns:
|
||||
ansible_host: auth-dns.hamburg.ccc.de
|
||||
ansible_user: chaos
|
||||
hypervisors:
|
||||
hosts:
|
||||
chaosknoten:
|
||||
|
|
@ -128,6 +131,7 @@ base_config_hosts:
|
|||
mjolnir:
|
||||
www2:
|
||||
www3:
|
||||
auth-dns:
|
||||
systemd_networkd_hosts:
|
||||
hosts:
|
||||
router:
|
||||
|
|
@ -243,6 +247,7 @@ infrastructure_authorized_keys_hosts:
|
|||
mjolnir:
|
||||
www2:
|
||||
www3:
|
||||
auth-dns:
|
||||
wiki_hosts:
|
||||
hosts:
|
||||
eh22-wiki:
|
||||
|
|
@ -278,6 +283,7 @@ ansible_pull_hosts:
|
|||
mjolnir:
|
||||
# www2:
|
||||
# www3:
|
||||
auth-dns:
|
||||
msmtp_hosts:
|
||||
hosts:
|
||||
renovate_hosts:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue