Releases: stone-payments/ansible-role-mongodb
Releases · stone-payments/ansible-role-mongodb
v3.0.5
v.3.0.3
What's Changed
- Update script backup by @SamuelMolling in #13
- Install pigz package for backup by @SamuelMolling in #14
- Update script backup pbm by @SamuelMolling in #15
- Feature/backup-retention by @SamuelMolling in #16
New Contributors
- @SamuelMolling made their first contribution in #13
Full Changelog: v3.0.2...v3.0.3
v.3.0.2
Use literal value to set filter in auditLog config.
auditLog:
destination: "file"
format: "JSON"
path: "/var/log/audit.json"
filter: |
'{
"param.args.$db": {
$nin: [
"config",
"local",
"admin"
]
}
}'
v3.0.1
- Fixed user and password used to create normal users
- Fixed the user used to validate that users have already been created
v3.0.0
Support Centos 8, Debian 10, add Percona Server, backup and improvements:
- Add task to generate keyfile in runtime
- Add support to mongo 4.4
- Add support to Centos 8
- Add support to Debian 10
- Ensured that the Mongod.conf file is always rolled back
- Add warning if use default users and passwords
- Ensured the passwords always is defined
- Add tuning configs to SO
- Adjusted jinja2 mongodb.conf
- Add option to install Percona Mongo Server
- Add option to install pbm
- Add backup script using mongodump
- Add backup script using pbm
- Schedule backups
- Create ldap role for authentication