]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
dashboard: only print dashboard url of the grafana-server node
authorGuillaume Abrioux <gabrioux@redhat.com>
Tue, 26 Nov 2019 09:59:29 +0000 (10:59 +0100)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Wed, 27 Nov 2019 15:28:23 +0000 (10:28 -0500)
This commit makes the ceph-dashboard role only printing ceph-dashboard
URL of the nodes present in grafana-server group

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1762163
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
roles/ceph-dashboard/tasks/main.yml

index e92cd7abfc72aaa3b9449588817b61c03e487613..ee3cbc5282c07042da8c855ad098c99b8aeacfe4 100644 (file)
@@ -5,3 +5,4 @@
 - name: print dashboard URL
   debug:
     msg: "The dashboard has been deployed! You can access your dashboard web UI at {{ dashboard_protocol }}://{{ ansible_fqdn }}:{{ dashboard_port }}/ as an '{{ dashboard_admin_user }}' user with '{{ dashboard_admin_password }}' password."
+  run_once: true