Add role for apache forward site
This commit is contained in:
parent
9921054e7e
commit
85c09ea2ae
3 changed files with 55 additions and 0 deletions
roles/setup-http-site-forward/handlers
5
roles/setup-http-site-forward/handlers/main.yml
Normal file
5
roles/setup-http-site-forward/handlers/main.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
- name: restart apache2
|
||||
service:
|
||||
name: apache2
|
||||
state: restarted
|
Loading…
Add table
Add a link
Reference in a new issue