mirror of https://github.com/ceph/ceph-ansible.git
better reword the master host variable
Signed-off-by: Alfredo Deza <adeza@redhat.com>pull/539/head
parent
42e5391723
commit
2d0993d4c7
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue