Add role for apache forward site

This commit is contained in:
Stefan Haun 2020-12-04 18:52:18 +01:00
parent 9921054e7e
commit 85c09ea2ae
3 changed files with 55 additions and 0 deletions
roles/setup-http-site-forward/handlers

View file

@ -0,0 +1,5 @@
---
- name: restart apache2
service:
name: apache2
state: restarted