]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
better reword the master host variable
authorAlfredo Deza <adeza@redhat.com>
Fri, 12 Feb 2016 18:24:46 +0000 (13:24 -0500)
committerAlfredo Deza <adeza@redhat.com>
Fri, 12 Feb 2016 18:27:04 +0000 (13:27 -0500)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
roles/ceph-agent/defaults/main.yml

index 8da11d5a47a68ee4563a41db761486cd4aea6d4a..51acaa1d6d68124aca0f0fbf9ebe2adaae81f6e5 100644 (file)
@@ -1,10 +1,10 @@
----\r
-# You can override vars by using host or group vars\r
-\r
-###########\r
-# GENERAL #\r
-###########\r
-\r
-# The agent needs a master_host defined so that it can connect\r
-# and push information back to it\r
-master_host: "localhost"\r
+---
+# 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"