add default value for mongodb_authorization_enabled

This commit is contained in:
Roberto Cirillo 2018-09-25 11:45:44 +02:00
parent 8982588b30
commit 4fd6347352
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ mongodb_systemlog_logappend: 'true'
mongodb_systemlog_logrotate: reopen
mongodb_cluster_enabled: False
mongodb_authorization_enabled: False
mongodb_replicaset: storagedev
mongodb_replica_keyfile: '{{ mongodb_dbpath }}/replica_keyfile'