From: Boris Ranto Date: Wed, 28 Nov 2018 17:43:55 +0000 (+0100) Subject: Fix hostname -> fqdn X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6eced04432acee72c8dd02f756e42a57694863b6;p=cephmetrics.git Fix hostname -> fqdn Signed-off-by: Boris Ranto --- diff --git a/ansible/roles/ceph-dashboard/tasks/main.yml b/ansible/roles/ceph-dashboard/tasks/main.yml index 81b162d..ab205cc 100644 --- a/ansible/roles/ceph-dashboard/tasks/main.yml +++ b/ansible/roles/ceph-dashboard/tasks/main.yml @@ -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."