Add gitea and a generic container role
This commit is contained in:
9
roles/container/meta/main.yml
Normal file
9
roles/container/meta/main.yml
Normal 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'
|
||||
Reference in New Issue
Block a user