mirror of https://github.com/ceph/ceph-ansible.git
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>
(cherry picked from commit cc0c1ce301
)
pull/4807/head
parent
88d060f6e1
commit
e8ed36fdae
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue