From: Boris Ranto Date: Thu, 11 Jul 2019 12:21:05 +0000 (+0200) Subject: grafana: Fix typo in smtp configuration X-Git-Tag: v2.0.6^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F241%2Fhead;p=cephmetrics.git grafana: Fix typo in smtp configuration The typo actually makes the ansible run fail if you don't have smtp_enabled defined anywhere else. Signed-off-by: Boris Ranto --- diff --git a/ansible/roles/ceph-grafana/defaults/main.yml b/ansible/roles/ceph-grafana/defaults/main.yml index 6eefc49..0222c10 100644 --- a/ansible/roles/ceph-grafana/defaults/main.yml +++ b/ansible/roles/ceph-grafana/defaults/main.yml @@ -21,7 +21,7 @@ defaults: admin_user: admin admin_password: admin default_theme: light - snmp_enabled: false + smtp_enabled: false auth_anonymous: false # You can change this option if you want to keep your custom grafana configuration. # The script will still update the grafana config with the other configured options