services/inventory/group_vars/all/main.yml

23 lines
434 B
YAML
Raw Permalink Normal View History

admin_email: tobias@msrg.cc
2023-12-09 16:35:28 +00:00
timezone: Europe/Berlin
postgres:
host: db.serguzim.me
port: 5432
2023-06-16 11:15:45 +00:00
mailer:
host: mail.serguzim.me
port: 587
acme_dns:
host: acme.serguzim.me
2023-06-16 11:15:45 +00:00
services_path: /opt/services/
2023-12-04 15:47:00 +00:00
caddy_path: "{{ (services_path, 'caddy') | path_join }}"
caddy_config_path: "{{ (caddy_path, 'config', 'conf.d') | path_join }}"
managed_sites: []
certificates_path: "{{ (services_path, '_certificates') | path_join }}"