Skip to content

Releases: stone-payments/ansible-role-mongodb

v3.0.5

20 Apr 17:18
999337c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.4...v3.0.5

v.3.0.3

20 Apr 14:58
420166e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.2...v3.0.3

v.3.0.2

01 Jul 20:01
c6d04c0
Compare
Choose a tag to compare

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

28 May 02:44
9cdcb4f
Compare
Choose a tag to compare
  • Fixed user and password used to create normal users
  • Fixed the user used to validate that users have already been created

v3.0.0

25 May 15:11
0b91246
Compare
Choose a tag to compare

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