From: Zack Cerza Date: Fri, 7 Jul 2017 19:36:07 +0000 (-0600) Subject: Print dashboard URL at playbook end X-Git-Tag: v1.0~45^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=16e02967cee6f90d4a3d66d4388f88bcb86c88ae;p=cephmetrics.git Print dashboard URL at playbook end Signed-off-by: Zack Cerza --- diff --git a/ansible/playbook.yml b/ansible/playbook.yml index 854341c..05bed50 100644 --- a/ansible/playbook.yml +++ b/ansible/playbook.yml @@ -22,3 +22,11 @@ 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'."