3
group_vars/all/prometheus_node_exporter.yaml
Normal file
3
group_vars/all/prometheus_node_exporter.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
glob_prometheus_node_exporter:
|
||||
listen_addr: "{{ query('ldap', 'ip', ansible_hostname, 'adm') | ipv4 | first }}"
|
7
group_vars/grafana.yml
Normal file
7
group_vars/grafana.yml
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
glob_grafana:
|
||||
root_url: https://grafana.ynerant.fr
|
||||
icon: crans_icon_white.svg
|
||||
ldap_base: "{{ glob_ldap.base }}"
|
||||
ldap_master_ipv4: "{{ glob_ldap.servers[0] }}"
|
||||
ldap_user_tree: "ou=passwd,{{ glob_ldap.base }}"
|
@ -30,3 +30,6 @@ glob_nginx:
|
||||
- "172.16.0.0/16"
|
||||
- "fd00:0:0:42::/64"
|
||||
deploy_robots_file: false
|
||||
|
||||
glob_prometheus_nginx_exporter:
|
||||
listen_addr: "{{ query('ldap', 'ip', ansible_hostname, 'adm') | ipv4 | first }}"
|
||||
|
9
group_vars/prometheus.yml
Normal file
9
group_vars/prometheus.yml
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
glob_prometheus: {}
|
||||
|
||||
glob_ninjabot:
|
||||
config:
|
||||
nick: templier
|
||||
server: irc.crans.org
|
||||
port: 6667
|
||||
channel: "#/dev/null"
|
Reference in New Issue
Block a user