forked from CCCHH/ansible-infra
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_user: chaos
|
||||
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:
|
||||
hosts:
|
||||
chaosknoten:
|
||||
|
|
@ -113,6 +121,8 @@ base_config_hosts:
|
|||
renovate:
|
||||
spaceapiccc:
|
||||
mjolnir:
|
||||
www2:
|
||||
www3:
|
||||
systemd_networkd_hosts:
|
||||
hosts:
|
||||
router:
|
||||
|
|
@ -158,6 +168,8 @@ nginx_hosts:
|
|||
ntfy:
|
||||
sunders:
|
||||
spaceapiccc:
|
||||
www2:
|
||||
www3:
|
||||
public_reverse_proxy_hosts:
|
||||
hosts:
|
||||
public-reverse-proxy:
|
||||
|
|
@ -200,6 +212,8 @@ alloy_hosts:
|
|||
router:
|
||||
sunders:
|
||||
spaceapiccc:
|
||||
www2:
|
||||
www3:
|
||||
infrastructure_authorized_keys_hosts:
|
||||
hosts:
|
||||
ccchoir:
|
||||
|
|
@ -221,6 +235,8 @@ infrastructure_authorized_keys_hosts:
|
|||
renovate:
|
||||
spaceapiccc:
|
||||
mjolnir:
|
||||
www2:
|
||||
www3:
|
||||
wiki_hosts:
|
||||
hosts:
|
||||
eh22-wiki:
|
||||
|
|
@ -253,6 +269,8 @@ ansible_pull_hosts:
|
|||
ntfy:
|
||||
spaceapiccc:
|
||||
mjolnir:
|
||||
# www2:
|
||||
# www3:
|
||||
msmtp_hosts:
|
||||
hosts:
|
||||
renovate_hosts:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue