This repository has been archived on 2024-11-01. You can view files and clone it, but cannot push or open issues or pull requests.
services/_ansible/inventory/group_vars/all/main.yml

17 lines
324 B
YAML
Raw 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
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: []