ceph-ansible/roles/ceph-prometheus
Dimitri Savineau 1f1ca3ec8a monitoring: use config_template module for config
The alertmanager, grafana and prometheus configuration file are
generated with the template module which doesn't allow for using
config overrides.
Instead we could use the config_template plugin action and add a
new variable for overrides (one for each component).

With this patch, one should be able to add configuration to
prometheus with the following:

---
alertmanager_conf_overrides:
  global:
    smtp_smarthost: 'localhost:25'
...

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1902999

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>

(cherry picked from commit 5a41026347)
2020-12-14 13:28:12 -05:00
..
files ceph-prometheus: update pool stat counter 2020-09-16 10:08:46 -04:00
handlers docker2podman: manage dashboard nodes 2020-05-13 16:41:11 -04:00
meta lint: fix error [303,602,701,702] 2019-10-15 10:07:52 +02:00
tasks monitoring: use config_template module for config 2020-12-14 13:28:12 -05:00
templates container: remove `--ignore` from `podman rm` command 2020-11-30 16:42:59 -05:00