Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change ansible_fqdn to inventory_hostname. This fixes some few hosts that ↵ | Kevin Fenzi | 2016-05-11 | 1 | -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 Fenzi | 2016-01-04 | 1 | -2/+2 |
| | | | | prevents showing changes on package updates. | ||||
* | adding dnf support to mariadb_server | Tim Flink | 2015-11-23 | 1 | -1/+9 |
| | |||||
* | This is a module argument | Kevin Fenzi | 2015-06-23 | 1 | -2/+1 |
| | |||||
* | Lets try and set check_implicit_admin true here to see if that allows it to ↵ | Kevin Fenzi | 2015-06-23 | 1 | -0/+1 |
| | | | | set the password correctly. | ||||
* | Add backups for mariadb nightly like we do for postgres. | Kevin Fenzi | 2015-06-04 | 1 | -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.qa | Tim Flink | 2015-02-02 | 1 | -2/+0 |
| | |||||
* | adding mariadb_server role and needed bits for putting mariadb on db-qa01.qa | Tim Flink | 2015-01-31 | 1 | -0/+32 |