Add gitea to ansible

This commit is contained in:
Tobias Reisinger 2023-06-13 23:32:09 +02:00
parent 3b5e27be2f
commit e5c3a4e0d3
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
11 changed files with 110 additions and 107 deletions
_ansible/templates

View file

@ -1,4 +1,5 @@
{{ svc.domain }} {
import default
{{ svc.caddy_extra | default('') | indent(width='\t') }}
reverse_proxy {{ svc.name }}:{{ svc.port }}
}