From: Alfredo Deza Date: Fri, 12 Feb 2016 18:24:46 +0000 (-0500) Subject: better reword the master host variable X-Git-Tag: v1.0.0~34^2~7 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=2d0993d4c7f326f813e25c9357709d7894a63b35;p=ceph-ansible.git better reword the master host variable Signed-off-by: Alfredo Deza --- diff --git a/roles/ceph-agent/defaults/main.yml b/roles/ceph-agent/defaults/main.yml index 8da11d5a4..51acaa1d6 100644 --- a/roles/ceph-agent/defaults/main.yml +++ b/roles/ceph-agent/defaults/main.yml @@ -1,10 +1,10 @@ ---- -# You can override vars by using host or group vars - -########### -# GENERAL # -########### - -# The agent needs a master_host defined so that it can connect -# and push information back to it -master_host: "localhost" +--- +# You can override vars by using host or group vars + +########### +# GENERAL # +########### + +# The agent needs and agent_master_host variable defined so that it can connect +# and push information back to it +agent_master_host: "localhost"