Skip to content

Commit

Permalink
docs(mongod): logrotate default variable value
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoSpyke committed Oct 26, 2023
1 parent a3e181f commit d710d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/mongodb_mongod/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Role Variables
* `mongodb_disabled_tls_protocols`: The tls protocols to be disabled. Leave blank to let MongoDB decide which protocols to allow according to the ones available on the system; check the [official docs](https://www.mongodb.com/docs/v6.0/reference/configuration-options/#mongodb-setting-net.tls.disabledProtocols) for details. Default "".
* `mongodb_certificate_key_file`: Path to the PEM-file containing the certficate and private key.
* `mongodb_certificate_ca_file`: Path to the CA-file.
* `mongodb_logrotate_enabled`: Add logrotate configuration. Default: `no`.
* `mongodb_logrotate_enabled`: Add logrotate configuration. Default: `false`.
* `mongodb_logrotate_template`: Jinja template for the logrotate configuration. Default `mongodb.logrotate.j2`.

IMPORTANT NOTE: It is expected that `mongodb_admin_user` & `mongodb_admin_pwd` values be overridden in your own file protected by Ansible Vault. These values are primary included here for Molecule/Travis CI integration. Any production environments should protect these values. For more information see [Ansible Vault](https://docs.ansible.com/ansible/latest/user_guide/vault.html)
Expand Down

0 comments on commit d710d2d

Please sign in to comment.