ceph-ansible/group_vars
Dimitri Savineau 4695df6d2b 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)
2021-07-26 17:47:51 +02:00
..
all.yml.sample monitoring: use config_template module for config 2021-07-26 17:47:51 +02:00
clients.yml.sample nfs: fix nfs with external ceph cluster support 2020-03-19 21:39:56 -04:00
iscsigws.yml.sample Use ansible_facts 2021-03-26 00:16:58 +01:00
mdss.yml.sample Use ansible_facts 2021-03-26 00:16:58 +01:00
mgrs.yml.sample Use ansible_facts 2021-03-26 00:16:58 +01:00
mons.yml.sample Use ansible_facts 2021-03-26 00:16:58 +01:00
nfss.yml.sample Config the monitoring stack components api urls using a VIP 2021-04-28 08:54:21 +02:00
osds.yml.sample convert some missed `ansible_*`` calls to `ansible_facts['*']` 2021-03-26 00:16:58 +01:00
rbdmirrors.yml.sample Use ansible_facts 2021-03-26 00:16:58 +01:00
realm.yml.sample rgw multisite: enable more than 1 realm per cluster 2020-03-04 14:39:23 -05:00
rgwloadbalancers.yml.sample Add option for HAproxy to act a SSL frontend termination point for loadbalanced RGW instances. 2020-02-03 09:32:43 -05:00
rgws.yml.sample ceph-rgw: allow specifying crush rule on pool 2020-09-10 20:36:54 -04:00
rhcs.yml.sample monitoring: use config_template module for config 2021-07-26 17:47:51 +02:00
zone.yml.sample rgw multisite: enable more than 1 realm per cluster 2020-03-04 14:39:23 -05:00