Undefine mongodb_allowed_hosts
This commit is contained in:
parent
f7b220bbeb
commit
9277576d8b
|
@ -49,9 +49,9 @@ mongodb_directoryperdb: 'false'
|
|||
mongodb_conf_file: /etc/mongod.conf
|
||||
mongodb_daemon: /usr/bin/mongod
|
||||
mongod_additional_options: ""
|
||||
mongodb_allowed_hosts:
|
||||
- 127.0.0.1/8
|
||||
- '{{ ansible_default_ipv4.address }}/32'
|
||||
# mongodb_allowed_hosts:
|
||||
# - 127.0.0.1/8
|
||||
# - '{{ ansible_default_ipv4.address }}/32'
|
||||
|
||||
mongodb_storage_engine: wiredTiger
|
||||
|
||||
|
|
Loading…
Reference in New Issue