Skip to content

Releases: bodsch/ansible-mariadb

2.6.0

11 Sep 04:10
Compare
Choose a tag to compare

disable automatic root password (#26)

- The variables `mariadb_root_home`, `mariadb_root_username`, `mariadb_root_password` and   
 `mariadb_root_password_update` have been removed and replaced by the dictionary `mariadb_system_users`.

- add CHANGELOG
- The setting of the root password can be prevented
- The filter `system_user` has been added and can separate a user from the dictionary `mariadb_system_users`.
- `mariadb_monitoring` must now be explicitly activated
- `mariadb_mysqltuner` must now be explicitly activated

Full Changelog: 2.5.3...2.6.0

2.5.3

06 Sep 06:58
Compare
Choose a tag to compare

Full Changelog: 2.5.2...2.5.3

2.5.2

03 Sep 07:45
Compare
Choose a tag to compare

Full Changelog: 2.5.1...2.5.2

2.5.1

30 Aug 04:27
e1c8f08
Compare
Choose a tag to compare

What's Changed

  • galera filter by @bodsch in #25
  • fix bug with galera detection, when no galera are defined
  • add debug information to filter (use -vv to activate debug output)

Full Changelog: 2.5.0...2.5.1

2.5.0

25 Jul 11:43
f7b76a4
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.4.3...2.5.0

2.4.3

10 Jul 06:44
Compare
Choose a tag to compare

Full Changelog: 2.4.2...2.4.3

2.4.2

23 May 13:57
Compare
Choose a tag to compare

Full Changelog: 2.4.1...2.4.2

2.4.1

13 Oct 04:16
Compare
Choose a tag to compare
update requirements for molecule tests

2.4.0

25 Apr 14:51
Compare
Choose a tag to compare
change github workflows

2.3.1

07 Dec 11:28
Compare
Choose a tag to compare
update molecule requirements