forked from ISTI-ansible-roles/ansible-roles
removed mongo_bind variable, merged *_ca_dir and *cert_dir variables
This commit is contained in:
parent
8b0ce7e61c
commit
9f5a75e0c3
|
@ -29,7 +29,6 @@ mongodb_client_pkgs:
|
||||||
|
|
||||||
mongodb_start_server: 'yes'
|
mongodb_start_server: 'yes'
|
||||||
mongodb_tcp_port: 27017
|
mongodb_tcp_port: 27017
|
||||||
mongo_bind: True
|
|
||||||
mongo_bind_ip: 0.0.0.0
|
mongo_bind_ip: 0.0.0.0
|
||||||
mongodb_http_interface: 'false'
|
mongodb_http_interface: 'false'
|
||||||
mongodb_http_port: 28017
|
mongodb_http_port: 28017
|
||||||
|
@ -52,7 +51,7 @@ mongodb_storage_engine: wiredTiger
|
||||||
mongodb_ssl_enabled: False
|
mongodb_ssl_enabled: False
|
||||||
mongodb_ssl_letsencrypt_managed: True
|
mongodb_ssl_letsencrypt_managed: True
|
||||||
mongodb_ssl_letsencrypt_ca_url: 'https://letsencrypt.org/certs/lets-encrypt-x3-cross-signed.pem.txt'
|
mongodb_ssl_letsencrypt_ca_url: 'https://letsencrypt.org/certs/lets-encrypt-x3-cross-signed.pem.txt'
|
||||||
mongodb_ssl_letsencrypt_ca_dir: /etc/pki/mongodb
|
mongodb_ssl_letsencrypt_ca_dir: '{{ mongodb_ssl_cert_dir }}'
|
||||||
mongodb_ssl_letsencrypt_ca_filename: lets-encrypt-x3-cross-signed.pem
|
mongodb_ssl_letsencrypt_ca_filename: lets-encrypt-x3-cross-signed.pem
|
||||||
# Options: disabled, requireSSL, allowSSL, preferSSL
|
# Options: disabled, requireSSL, allowSSL, preferSSL
|
||||||
mongodb_ssl_mode: requireSSL
|
mongodb_ssl_mode: requireSSL
|
||||||
|
|
Loading…
Reference in New Issue