infrastructure/inventory/group_vars/all/main.yml

32 lines
670 B
YAML
Raw Normal View History

2024-09-26 22:02:36 +00:00
admin_email: tobias@msrg.cc
timezone: Europe/Berlin
postgres:
2024-09-27 23:59:53 +00:00
host: "{{ opentofu.postgresql.host }}"
port: "{{ opentofu.postgresql.port }}"
2024-09-26 22:02:36 +00:00
mailer:
host: mail.serguzim.me
port: 587
acme_dns:
host: acme.serguzim.me
2024-09-27 20:56:49 +00:00
container_registry:
public: "{{ opentofu.scaleway_registry_endpoint_public }}"
private: "{{ opentofu.scaleway_registry_endpoint_private }}"
2024-09-26 22:02:36 +00:00
services_path: /opt/services/
2024-10-13 18:31:23 +00:00
common_services:
- backup
- lego
- caddy
- watchtower
2024-09-26 22:02:36 +00:00
caddy_path: "{{ (services_path, 'caddy') | path_join }}"
caddy_config_path: "{{ (caddy_path, 'config', 'conf.d') | path_join }}"
certificates_path: "{{ (services_path, '_certificates') | path_join }}"