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
|
# network information
|
||||||
net:
|
net:
|
||||||
port: {{ mongodb_tcp_port }}
|
port: {{ mongodb_tcp_port }}
|
||||||
{% if mongodb_bind %}
|
|
||||||
bindIp: {{ mongo_bind_ip }}
|
bindIp: {{ mongo_bind_ip }}
|
||||||
{% endif %}
|
|
||||||
{% if mongodb_ssl_enabled %}
|
{% if mongodb_ssl_enabled %}
|
||||||
ssl:
|
ssl:
|
||||||
mode: {{ mongodb_ssl_mode }}
|
mode: {{ mongodb_ssl_mode }}
|
||||||
|
|
Loading…
Reference in New Issue