ansible/group_vars/prometheus.yml

24 lines
533 B
YAML

---
glob_prometheus: {}
glob_service_prometheus_target:
git:
remote: https://gitlab.adm.crans.org/nounous/prometheus-target.git
version: main
name: prometheus-target
install_dir: /var/local/services/prometheus-target
generated: false
cron:
frequency: "*/10 * * * *"
options: ""
config:
ldap:
server: "ldaps://{{ query('ldap', 'ip', 'tealc', 'adm') | ansible.utils.ipv4 | first }}"
glob_ninjabot:
config:
nick: fyre
server: irc.adm.crans.org
port: 6667
channel: "#monitoring"