setup apache conf and vhosts for sql and home
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user