WIP: Added option to prepare mysql servers for replication #94

Closed
Ghost wants to merge 8 commits from mysql_replication into unstable

8 commits

Author SHA1 Message Date
Patrick Marchand d90209ad69 Added mysql_innodb_log_file_size option to the mysql role
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing
Makes it possible to have larger binary entries when replicating.
2020-01-15 15:58:29 +01:00
Patrick Marchand b86341c731 Fix right problem in mysql replication
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing
The configuration file was not set to 0644, which caused the file
to be ignored by mysql and it's configuration not to be set.
2020-01-13 17:50:24 +01:00
Patrick Marchand db43950a5c Added some mysql variables and allowed forcing config update
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing
The default behaviour is kept, but this way we can manage a mysql
installation from ansible.
2020-01-13 17:23:34 +01:00
Patrick Marchand 598cee764f Replication should set a binlog format
This could possible be better served in the base config file, but
for now I'll keep it here.
2020-01-13 17:22:16 +01:00
Patrick Marchand 95d296a2b8 Removed redundant nagios checks
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing
They are already installed by the base roles.
2019-12-04 11:11:48 -05:00
Patrick Marchand 465f638cd4 Removed useless dbadmin script from mysql replication tasks
It was used by a very specific client case and is not needed for a
general role.
2019-12-04 10:35:49 -05:00
Patrick Marchand eb8e453fd4 Make it possible for mysql role to copy evolix scripts
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing
Based myself off of the webapps/evoadmin-web role, but I'm not sure
we still consider this a hack or not. We use a read only /usr fs,
so we need to remount it to add scripts in /usr/local/share.
2019-10-18 10:40:14 -04:00
Patrick Marchand d074c15834 Added option to prepare mysql servers for replication
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing
2019-10-17 13:35:11 -04:00