forked from ISTI-ansible-roles/ansible-roles
removed mongodb_bind condition
This commit is contained in:
parent
9f5a75e0c3
commit
3b1bffc0a7
|
@ -31,9 +31,7 @@ systemLog:
|
|||
# network information
|
||||
net:
|
||||
port: {{ mongodb_tcp_port }}
|
||||
{% if mongodb_bind %}
|
||||
bindIp: {{ mongo_bind_ip }}
|
||||
{% endif %}
|
||||
{% if mongodb_ssl_enabled %}
|
||||
ssl:
|
||||
mode: {{ mongodb_ssl_mode }}
|
||||
|
|
Loading…
Reference in New Issue