Add MySQL server role
This commit is contained in:
parent
4874d5fcfc
commit
02e8237c42
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
- name: Install MySQL server
|
||||
apt: pkg=mysql-server state=latest
|
||||
- name: Start MySQL daemon and ensure it starts on boot
|
||||
service: name=mysql state=started enabled=yes
|
Loading…
Reference in New Issue