]> git-server-git.apps.pok.os.sepia.ceph.com Git - cephmetrics.git/commitdiff
Fix hostname -> fqdn
authorBoris Ranto <branto@redhat.com>
Wed, 28 Nov 2018 17:43:55 +0000 (18:43 +0100)
committerBoris Ranto <branto@redhat.com>
Wed, 28 Nov 2018 17:44:09 +0000 (18:44 +0100)
Signed-off-by: Boris Ranto <branto@redhat.com>
ansible/roles/ceph-dashboard/tasks/main.yml

index 81b162de743ed17f56e1f7d5bf95a9b88f474658..ab205cc2bdb1f5532c8b4a6668d57955225536a5 100644 (file)
@@ -5,4 +5,4 @@
 
 - name: Print dashboard URL
   debug:
-    msg: "The dashboard has been deployed! You can access your dashboard web UI at {{ protocol }}://{{ ansible_hostname }}:{{ dashboard.port }}/ as an '{{ dashboard.admin_user }}' user with '{{ dashboard.admin_password }}' password."
+    msg: "The dashboard has been deployed! You can access your dashboard web UI at {{ protocol }}://{{ ansible_fqdn }}:{{ dashboard.port }}/ as an '{{ dashboard.admin_user }}' user with '{{ dashboard.admin_password }}' password."