Tobias Reisinger
7ff7dfe807
acme-dns is fully handled by ansible already. All services should be created by ansible in the end.
8 lines
190 B
YAML
8 lines
190 B
YAML
admin_email: tobias@msrg.cc
|
|
|
|
postgres:
|
|
host: db.serguzim.me
|
|
port: 5432
|
|
|
|
services_path: /opt/services/
|
|
caddy_config_path: "{{ (services_path, 'caddy', 'config', 'conf.d') | path_join }}"
|