Add influxdb to ansible
This commit is contained in:
parent
96fd62dc3d
commit
2500d672fb
12 changed files with 102 additions and 87 deletions
_ansible/templates
|
@ -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 }}
|
||||
}
|
||||
|
|
1
_ansible/templates/service.yml.j2
Normal file
1
_ansible/templates/service.yml.j2
Normal file
|
@ -0,0 +1 @@
|
|||
{{ svc_yml | to_nice_yaml }}
|
Reference in a new issue