forked from Netz39_Admin/netz39-infra-ansible
Add httpd setup and role for docker proxy in Apache2
This commit is contained in:
parent
290fc43f54
commit
07c53212a0
4 changed files with 80 additions and 0 deletions
roles/setup-http-site-proxy/handlers
5
roles/setup-http-site-proxy/handlers/main.yml
Normal file
5
roles/setup-http-site-proxy/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