Tobias Reisinger
7ff7dfe807
acme-dns is fully handled by ansible already. All services should be created by ansible in the end.
4 lines
94 B
Django/Jinja
4 lines
94 B
Django/Jinja
{{ service.domain }} {
|
|
import default
|
|
reverse_proxy {{ service.name }}:{{ service.port }}
|
|
}
|