Add basic ansible stuff for management

acme-dns is fully handled by ansible already. All services should be
created by ansible in the end.
This commit is contained in:
Tobias Reisinger 2023-06-13 17:59:15 +02:00
parent 607ad23697
commit 7ff7dfe807
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
16 changed files with 162 additions and 3 deletions

View file

@ -0,0 +1,4 @@
{{ service.domain }} {
import default
reverse_proxy {{ service.name }}:{{ service.port }}
}

View file

@ -0,0 +1 @@
{{ compose_default_file | combine(compose_file, recursive=True) | to_nice_yaml }}