reverse_proxy role

This commit is contained in:
uumas
2021-12-20 04:37:09 +02:00
parent 9bae204060
commit f0b0d7c66c
7 changed files with 35 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
---
- name: Setup {{ vhost_id }} reverse proxy
include_tasks: "{{ reverse_proxy_type }}.yml"
when: reverse_proxy_type != 'none'