forked from ISTI-ansible-roles/ansible-roles
add mongodb_ssl_letsencrypt_ca_dir and mongodb_log_management variables
This commit is contained in:
parent
7c30f39124
commit
53af684ceb
|
@ -62,6 +62,7 @@ mongodb_ssl_allowConnectionsWithoutCertificates: 'true'
|
||||||
mongodb_ssl_disabled_protocols: 'TLS1_0,TLS1_1'
|
mongodb_ssl_disabled_protocols: 'TLS1_0,TLS1_1'
|
||||||
|
|
||||||
# Do not change the default. We do not manage a logrotate configuration yet
|
# Do not change the default. We do not manage a logrotate configuration yet
|
||||||
|
mongodb_log_management: True
|
||||||
mongodb_systemlog_external_logrotate: False
|
mongodb_systemlog_external_logrotate: False
|
||||||
mongodb_systemlog_destination: file
|
mongodb_systemlog_destination: file
|
||||||
mongodb_log_retain_days: 7
|
mongodb_log_retain_days: 7
|
||||||
|
|
Loading…
Reference in New Issue