Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 394 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 394 Bytes

mysql_install

install mysql with ansible role

使用

替换files目录下面的文件MySQL的源码文件,并修改vars/main.yml下面的mysql_package_name为你的MySQL包名

ansible-playbook -i mysql.inventory mysql_install.yml

mysql_replication

refer to geerlingguy/ansible-role-mysql:/tasks/replication.yml

Now although it works, but it still have errors. we will fix it later