forked from ISTI-ansible-roles/ansible-roles
added new variable for authentication
This commit is contained in:
parent
1de375b3ff
commit
3470e08eb6
|
@ -44,9 +44,12 @@ net:
|
|||
#processManagement:
|
||||
|
||||
security:
|
||||
{% if mongodb_authorization_enabled %}
|
||||
authorization: enabled
|
||||
{% endif %}
|
||||
{%if mongodb_cluster_enabled %}
|
||||
keyFile: {{ mongodb_replica_keyfile }}
|
||||
|
||||
{%if mongodb_cluster_enabled %}
|
||||
|
||||
replication:
|
||||
oplogSizeMB: {{ mongodb_oplog_size }}
|
||||
|
|
Loading…
Reference in New Issue