Re-organized all files and added a Vagrantfile
This commit is contained in:
6
roles/db/tasks/startmysql.yml
Normal file
6
roles/db/tasks/startmysql.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
# This starts the mysql service
|
||||
|
||||
- name: Start mysql service
|
||||
service: name=mysql state=start
|
||||
|
||||
Reference in New Issue
Block a user