From: Boris Ranto Date: Thu, 19 Apr 2018 22:03:22 +0000 (+0200) Subject: Add a sample group_vars file X-Git-Tag: v2.0~36^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F165%2Fhead;p=cephmetrics.git Add a sample group_vars file Signed-off-by: Boris Ranto --- diff --git a/ansible/group_vars/all.yml.sample b/ansible/group_vars/all.yml.sample new file mode 100644 index 0000000..11820ed --- /dev/null +++ b/ansible/group_vars/all.yml.sample @@ -0,0 +1,18 @@ +dummy: + +#containerized: true + +# Set the backend options, mgr+prometheus or cephmetrics+graphite +#backend: +# metrics: mgr # mgr, cephmetrics +# storage: prometheus # prometheus, graphite + +# Turn on/off devel_mode +#devel_mode: true + +# Set grafana admin user and password +# You need to change these in the web UI on an already deployed machine, first +# New deployments work fine +#grafana: +# admin_user: admin +# admin_password: admin