Add influxdb to ansible

This commit is contained in:
Tobias Reisinger 2023-06-17 13:24:02 +02:00
parent 96fd62dc3d
commit 2500d672fb
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
12 changed files with 102 additions and 87 deletions

View file

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

View file

@ -0,0 +1 @@
{{ svc_yml | to_nice_yaml }}