Skip to content

Tags: GetValkyrie/ansible-role-mysql

Tags

1.4.5

Merge pull request geerlingguy#30 from BlackMesh/rename-python-my-cnf

Renamed python-my.cnf.j2 to user-my.cnf.j2 - has nothing to do with python.

1.4.4

Fixes geerlingguy#22: Make MySQL root user password settings more rel…

…iable.

1.4.3

Don't set replication role to 'master' by default, saves binlogs.

1.4.2

Issue geerlingguy#9: Allow mysql_packages to be overridden.

1.4.1

Use correct MySQL socket file for Ubuntu.

1.4.0

Add new mysql_config_file variable so Ubuntu my.cnf file paths are co…

…rrect.

1.3.4

Only add replication config if replication is setup.

1.3.3

Remove mysql_state variable, since it doesn't work as expected.

1.3.2

Add mysql_state and mysql_enabled_on_startup options.

1.3.1

Merge pull request geerlingguy#8 from darthwade/feature-bind-address

Add mysql_bind_address to configuration.