Add gitea and a generic container role

This commit is contained in:
uumas
2022-03-10 02:57:09 +02:00
parent b1638ad7af
commit cb25e8c01a
9 changed files with 107 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
---
dependencies:
- docker
- role: uumas.general.reverse_proxy
vhost_id: "{{ docker_service }}"
vhost_domains: "{{ docker_vhost_domains[docker_service] }}"
proxy_target: http://127.0.0.1:{{ ports[docker_service].http }}
when: reverse_proxy_type != 'none' and reverse_proxy_type != 'traefik'