add www2 and www3 hosts
This commit is contained in:
parent
ac013ca8a1
commit
3e3cedd357
1 changed files with 18 additions and 0 deletions
|
|
@ -86,6 +86,14 @@ all:
|
||||||
ansible_host: acmedns.hosts.hamburg.ccc.de
|
ansible_host: acmedns.hosts.hamburg.ccc.de
|
||||||
ansible_user: chaos
|
ansible_user: chaos
|
||||||
ansible_ssh_common_args: -J ssh://chaos@router.hamburg.ccc.de
|
ansible_ssh_common_args: -J ssh://chaos@router.hamburg.ccc.de
|
||||||
|
www2:
|
||||||
|
ansible_host: www2.hosts.hamburg.ccc.de
|
||||||
|
ansible_user: chaos
|
||||||
|
ansible_ssh_common_args: -J ssh://chaos@router.hamburg.ccc.de
|
||||||
|
www3:
|
||||||
|
ansible_host: www3.hosts.hamburg.ccc.de
|
||||||
|
ansible_user: chaos
|
||||||
|
ansible_ssh_common_args: -J ssh://chaos@router.hamburg.ccc.de
|
||||||
hypervisors:
|
hypervisors:
|
||||||
hosts:
|
hosts:
|
||||||
chaosknoten:
|
chaosknoten:
|
||||||
|
|
@ -113,6 +121,8 @@ base_config_hosts:
|
||||||
renovate:
|
renovate:
|
||||||
spaceapiccc:
|
spaceapiccc:
|
||||||
mjolnir:
|
mjolnir:
|
||||||
|
www2:
|
||||||
|
www3:
|
||||||
systemd_networkd_hosts:
|
systemd_networkd_hosts:
|
||||||
hosts:
|
hosts:
|
||||||
router:
|
router:
|
||||||
|
|
@ -158,6 +168,8 @@ nginx_hosts:
|
||||||
ntfy:
|
ntfy:
|
||||||
sunders:
|
sunders:
|
||||||
spaceapiccc:
|
spaceapiccc:
|
||||||
|
www2:
|
||||||
|
www3:
|
||||||
public_reverse_proxy_hosts:
|
public_reverse_proxy_hosts:
|
||||||
hosts:
|
hosts:
|
||||||
public-reverse-proxy:
|
public-reverse-proxy:
|
||||||
|
|
@ -200,6 +212,8 @@ alloy_hosts:
|
||||||
router:
|
router:
|
||||||
sunders:
|
sunders:
|
||||||
spaceapiccc:
|
spaceapiccc:
|
||||||
|
www2:
|
||||||
|
www3:
|
||||||
infrastructure_authorized_keys_hosts:
|
infrastructure_authorized_keys_hosts:
|
||||||
hosts:
|
hosts:
|
||||||
ccchoir:
|
ccchoir:
|
||||||
|
|
@ -221,6 +235,8 @@ infrastructure_authorized_keys_hosts:
|
||||||
renovate:
|
renovate:
|
||||||
spaceapiccc:
|
spaceapiccc:
|
||||||
mjolnir:
|
mjolnir:
|
||||||
|
www2:
|
||||||
|
www3:
|
||||||
wiki_hosts:
|
wiki_hosts:
|
||||||
hosts:
|
hosts:
|
||||||
eh22-wiki:
|
eh22-wiki:
|
||||||
|
|
@ -253,6 +269,8 @@ ansible_pull_hosts:
|
||||||
ntfy:
|
ntfy:
|
||||||
spaceapiccc:
|
spaceapiccc:
|
||||||
mjolnir:
|
mjolnir:
|
||||||
|
# www2:
|
||||||
|
# www3:
|
||||||
msmtp_hosts:
|
msmtp_hosts:
|
||||||
hosts:
|
hosts:
|
||||||
renovate_hosts:
|
renovate_hosts:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue