setup apache conf and vhosts for sql and home

This commit is contained in:
2015-09-20 22:41:11 -04:00
parent c187c1005c
commit 867a6dffb8
7 changed files with 288 additions and 10 deletions

View File

@@ -7,3 +7,9 @@
#- name: stop <service>
# service: name=<service> state=stopped
- name: restart apache2
service: name=apache2 state=restarted
- name: reload apache2
service: name=apache2 state=reloaded