]> git-server-git.apps.pok.os.sepia.ceph.com Git - cephmetrics.git/commitdiff
Print dashboard URL at playbook end
authorZack Cerza <zack@redhat.com>
Fri, 7 Jul 2017 19:36:07 +0000 (13:36 -0600)
committerZack Cerza <zack@redhat.com>
Fri, 7 Jul 2017 19:36:07 +0000 (13:36 -0600)
Signed-off-by: Zack Cerza <zack@redhat.com>
ansible/playbook.yml

index 854341c52d965989dc47c5d1f60c1420fd8dbd03..05bed50c8bf74bd758e99f8410e7ed0710bdd640 100644 (file)
   become: true
   roles:
   - ceph-collectd
+
+- hosts: localhost
+  connection: local
+  gather_facts: false
+  tasks:
+    - name: Print dashboard URL
+      debug:
+        msg: "All done! You may access your dashboard at http://{{ groups['ceph-grafana'][0] }}:3000/ with user 'admin' and password 'admin'."