summaryrefslogtreecommitdiffstats
path: root/roles/mariadb_server/tasks
Commit message (Collapse)AuthorAgeFilesLines
* Change ansible_fqdn to inventory_hostname. This fixes some few hosts that ↵Kevin Fenzi2016-05-111-1/+1
| | | | | | have incorrect reverse dns and shouldn't break any others since we always use fully qualified in our inventory.
* Switch all these places to use dnf/yum state=present instead of latest. This ↵Kevin Fenzi2016-01-041-2/+2
| | | | prevents showing changes on package updates.
* adding dnf support to mariadb_serverTim Flink2015-11-231-1/+9
|
* This is a module argumentKevin Fenzi2015-06-231-2/+1
|
* Lets try and set check_implicit_admin true here to see if that allows it to ↵Kevin Fenzi2015-06-231-0/+1
| | | | set the password correctly.
* Add backups for mariadb nightly like we do for postgres.Kevin Fenzi2015-06-041-0/+19
| | | | | This allows us to back up /backups and get a good few days database dumps on mariadb servers.
* adding mariadb port to db-qa01.qaTim Flink2015-02-021-2/+0
|
* adding mariadb_server role and needed bits for putting mariadb on db-qa01.qaTim Flink2015-01-311-0/+32