Add httpd setup and role for docker proxy in Apache2

This commit is contained in:
Stefan Haun 2020-11-23 16:25:40 +01:00
commit 07c53212a0
4 changed files with 80 additions and 0 deletions
roles/setup-http-site-proxy/handlers

View file

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