Add grafana
This commit is contained in:
parent
3cb72d8b81
commit
5fcbe5cfab
6 changed files with 95 additions and 2 deletions
|
@ -6,6 +6,11 @@ all:
|
|||
ansible_host: cloud-intern.hamburg.ccc.de
|
||||
ansible_user: chaos
|
||||
ansible_ssh_common_args: -J ssh://chaos@public-reverse-proxy.hamburg.ccc.de:42666
|
||||
grafana:
|
||||
ansible_host: grafana-intern.hamburg.ccc.de
|
||||
ansible_port: 42666
|
||||
ansible_user: chaos
|
||||
ansible_ssh_common_args: -J ssh://chaos@public-reverse-proxy.hamburg.ccc.de:42666
|
||||
hackertours:
|
||||
ansible_host: hackertours-intern.hamburg.ccc.de
|
||||
ansible_port: 42666
|
||||
|
@ -43,6 +48,7 @@ all:
|
|||
ansible_ssh_common_args: -J ssh://chaos@public-reverse-proxy.hamburg.ccc.de:42666
|
||||
docker_compose_hosts:
|
||||
hosts:
|
||||
grafana:
|
||||
hackertours:
|
||||
keycloak:
|
||||
lists:
|
||||
|
@ -54,6 +60,7 @@ all:
|
|||
cloud:
|
||||
nginx_hosts:
|
||||
hosts:
|
||||
grafana:
|
||||
hackertours:
|
||||
keycloak:
|
||||
lists:
|
||||
|
@ -71,6 +78,7 @@ all:
|
|||
wiki:
|
||||
certbot_hosts:
|
||||
hosts:
|
||||
grafana:
|
||||
hackertours:
|
||||
keycloak:
|
||||
lists:
|
||||
|
@ -80,6 +88,7 @@ all:
|
|||
zammad:
|
||||
infrastructure_authorized_keys_hosts:
|
||||
hosts:
|
||||
grafana:
|
||||
hackertours:
|
||||
cloud:
|
||||
keycloak:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue