This commit is contained in:
parent
496f122968
commit
79012fb7f8
7 changed files with 137 additions and 0 deletions
|
@ -10,6 +10,10 @@ all:
|
|||
ansible_host: cloud-intern.hamburg.ccc.de
|
||||
ansible_user: chaos
|
||||
ansible_ssh_common_args: -J ssh://chaos@public-reverse-proxy.hamburg.ccc.de
|
||||
eh22-netbox:
|
||||
ansible_host: eh22-netbox-intern.hamburg.ccc.de
|
||||
ansible_user: chaos
|
||||
ansible_ssh_common_args: -J ssh://chaos@public-reverse-proxy.hamburg.ccc.de
|
||||
eh22-wiki:
|
||||
ansible_host: eh22-wiki-intern.hamburg.ccc.de
|
||||
ansible_user: chaos
|
||||
|
@ -66,6 +70,7 @@ base_config_hosts:
|
|||
hosts:
|
||||
ccchoir:
|
||||
cloud:
|
||||
eh22-netbox:
|
||||
eh22-wiki:
|
||||
grafana:
|
||||
keycloak:
|
||||
|
@ -96,6 +101,7 @@ nextcloud_hosts:
|
|||
nginx_hosts:
|
||||
hosts:
|
||||
ccchoir:
|
||||
eh22-netbox:
|
||||
eh22-wiki:
|
||||
grafana:
|
||||
tickets:
|
||||
|
@ -115,6 +121,7 @@ public_reverse_proxy_hosts:
|
|||
certbot_hosts:
|
||||
hosts:
|
||||
ccchoir:
|
||||
eh22-netbox:
|
||||
eh22-wiki:
|
||||
grafana:
|
||||
tickets:
|
||||
|
@ -130,6 +137,7 @@ certbot_hosts:
|
|||
prometheus_node_exporter_hosts:
|
||||
hosts:
|
||||
ccchoir:
|
||||
eh22-netbox:
|
||||
eh22-wiki:
|
||||
tickets:
|
||||
keycloak:
|
||||
|
@ -142,6 +150,7 @@ prometheus_node_exporter_hosts:
|
|||
infrastructure_authorized_keys_hosts:
|
||||
hosts:
|
||||
ccchoir:
|
||||
eh22-netbox:
|
||||
eh22-wiki:
|
||||
grafana:
|
||||
tickets:
|
||||
|
@ -160,4 +169,5 @@ wiki_hosts:
|
|||
wiki:
|
||||
netbox_hosts:
|
||||
hosts:
|
||||
eh22-netbox:
|
||||
netbox:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue