mirror of https://github.com/ceph/ceph-ansible.git
common: provide a default for monitor_address_block
Signed-off-by: Andrew Schoen <aschoen@redhat.com> Resolves: testing#updatespull/1086/head
parent
d213080d19
commit
dea9fbe9d0
|
@ -244,6 +244,7 @@ rbd_client_admin_socket_path: /var/run/ceph # must be writable by QEMU and allow
|
||||||
monitor_interface: interface
|
monitor_interface: interface
|
||||||
monitor_address: 0.0.0.0
|
monitor_address: 0.0.0.0
|
||||||
mon_use_fqdn: false # if set to true, the MON name used will be the fqdn in the ceph.conf
|
mon_use_fqdn: false # if set to true, the MON name used will be the fqdn in the ceph.conf
|
||||||
|
monitor_address_block: false
|
||||||
|
|
||||||
## OSD options
|
## OSD options
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue