Add harbor to ansible

This commit is contained in:
Tobias Reisinger 2023-12-11 21:39:01 +01:00
parent 67d0c8d875
commit 3175b6a42b
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
13 changed files with 158 additions and 769 deletions
_ansible/templates

View file

@ -14,6 +14,7 @@
{{ svc.caddy_extra | indent(width='\t', first=True) if svc.caddy_extra|default(false) }}
{% if svc.caddy_default|default(true) %}
handle {
{% if svc.faas_function|default(false) %}
import faas {{ svc.faas_function }}
@ -21,6 +22,7 @@
reverse_proxy {{ svc.docker_host|default(svc.name) }}:{{ svc.port }}
{% endif %}
}
{% endif %}
}
{% if svc.www_domain|default(false) %}