From 2d4b129290d4af0d26d67936d1c37d6ff7f8aca7 Mon Sep 17 00:00:00 2001 From: Boris Ranto Date: Fri, 20 Apr 2018 00:03:22 +0200 Subject: [PATCH] Add a sample group_vars file Signed-off-by: Boris Ranto --- ansible/group_vars/all.yml.sample | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 ansible/group_vars/all.yml.sample 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 -- 2.47.3