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

14 lines
237 B
YAML
Raw Normal View History

admin_email: tobias@msrg.cc
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/
caddy_config_path: "{{ (services_path, 'caddy', 'config', 'conf.d') | path_join }}"