add restart_lighttpd
add repo_vhost config for lighttpd
This commit is contained in:
parent
425a5ab539
commit
7036fbdf78
3 changed files with 19 additions and 0 deletions
|
@ -14,6 +14,9 @@
|
|||
- name: restart httpd
|
||||
action: service name=httpd state=restarted
|
||||
|
||||
- name: restart lighttpd
|
||||
action: service name=lighttpd state=restarted
|
||||
|
||||
- name: restart iptables
|
||||
action: service name=iptables state=restarted
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue