dashboard: only print dashboard url of the grafana-server node

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>
pull/4788/head
Guillaume Abrioux 2019-11-26 10:59:29 +01:00 committed by Dimitri Savineau
parent 0441812959
commit cc0c1ce301
1 changed files with 1 additions and 0 deletions

View 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