Add Fedora mysql vars so we get mariadb rather than mariadb-galera

This commit is contained in:
Toshio Kuratomi 2015-04-30 16:16:27 -07:00
parent 3ccc2ae299
commit 6a985b9c6b
2 changed files with 8 additions and 0 deletions

View file

@ -20,7 +20,9 @@
- include_vars: '{{ item }}'
with_first_found:
- files:
- '{{ ansible_distribution }}-{{ ansible_distribution_major_version }}.yml'
- '{{ ansible_os_family }}-{{ ansible_distribution_major_version }}.yml'
- '{{ ansible_distribution }}.yml'
- '{{ ansible_os_family }}.yml'
paths: '../vars'

View file

@ -0,0 +1,6 @@
mysql_service: 'mariadb'
mysql_packages:
- mariadb-server
- MySQL-python
- bzip2