Undefine mongodb_allowed_hosts

This commit is contained in:
Andrea Dell'Amico 2023-09-27 16:39:28 +02:00
parent f7b220bbeb
commit 9277576d8b
Signed by: andrea.dellamico
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 3 additions and 3 deletions

View File

@ -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