]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
add sample grafana playbook
authorAlfredo Deza <adeza@redhat.com>
Mon, 20 Jun 2016 19:24:11 +0000 (15:24 -0400)
committerAlfredo Deza <adeza@redhat.com>
Thu, 23 Jun 2016 12:35:29 +0000 (08:35 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ansible/deploy_grafana.yml [new file with mode: 0644]

diff --git a/ansible/deploy_grafana.yml b/ansible/deploy_grafana.yml
new file mode 100644 (file)
index 0000000..38b49b8
--- /dev/null
@@ -0,0 +1,14 @@
+---
+
+- hosts: all
+  user: vagrant
+  roles:
+    - grafana
+    - nginx
+  vars:
+     fqdn: "grafana.local"
+     app_name: "grafana"
+     development_server: true
+     # only needed when enabling Github Auth
+     # github_client_id: "111aaa222"
+     # github_client_secret: "qwerty1234"