Add grafana
This commit is contained in:
parent
3cb72d8b81
commit
5fcbe5cfab
6 changed files with 95 additions and 2 deletions
12
inventories/chaosknoten/host_vars/grafana.yaml
Normal file
12
inventories/chaosknoten/host_vars/grafana.yaml
Normal file
|
@ -0,0 +1,12 @@
|
|||
docker_compose__compose_file_content: "{{ lookup('ansible.builtin.template', 'chaosknoten/configs/grafana/compose.yaml.j2') }}"
|
||||
docker_compose__configuration_files: []
|
||||
|
||||
certbot__version_spec: ""
|
||||
certbot__acme_account_email_address: le-admin@hamburg.ccc.de
|
||||
certbot__certificate_domains:
|
||||
- "grafana.hamburg.ccc.de"
|
||||
|
||||
nginx__version_spec: ""
|
||||
nginx__configurations:
|
||||
- name: grafana.hamburg.ccc.de
|
||||
content: "{{ lookup('ansible.builtin.file', 'chaosknoten/configs/grafana/nginx/grafana.hamburg.ccc.de.conf') }}"
|
|
@ -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