Add gitea to ansible
This commit is contained in:
parent
3b5e27be2f
commit
e5c3a4e0d3
11 changed files with 110 additions and 107 deletions
_ansible/templates
|
@ -1,4 +1,5 @@
|
|||
{{ svc.domain }} {
|
||||
import default
|
||||
{{ svc.caddy_extra | default('') | indent(width='\t') }}
|
||||
reverse_proxy {{ svc.name }}:{{ svc.port }}
|
||||
}
|
||||
|
|
Reference in a new issue