Compare commits
No commits in common. "920a402be923e275ac9e175301ff37cfb435ec85" and "00d6be5bd42659b8c5503cb2062c5676649ddc26" have entirely different histories.
920a402be9
...
00d6be5bd4
10
README.md
10
README.md
|
@ -1,11 +1,3 @@
|
|||
# mysql-server
|
||||
|
||||
Ansible role for mysql-family servers
|
||||
|
||||
### Variables
|
||||
See `defaults/main.yml` and probably `tasks/main.yml`. Role is pretty simple.
|
||||
|
||||
Defaults are suitable for MariaDB on Archlinux.
|
||||
|
||||
### LICENSE
|
||||
[MIT](README.md)
|
||||
Ansible role for mysql-family servers
|
|
@ -8,7 +8,7 @@
|
|||
- name: MySQL | Deploy main config
|
||||
template:
|
||||
src: "{{ mysql_main_conf.src }}"
|
||||
dest: "{{ mysql_main_conf.dest | d('/etc/my.cnf') }}"
|
||||
dest: "{{ mysql_main_conf.dest }}"
|
||||
mode: "{{ mysql_configs_mode }}"
|
||||
owner: "{{ mysql_configs_user }}"
|
||||
group: "{{ mysql_configs_user }}"
|
||||
|
|
Loading…
Reference in New Issue