Add global variable for acme.serguzim.me host

This commit is contained in:
Tobias Reisinger 2023-12-16 02:57:51 +01:00
parent 40742e3214
commit b6297638db
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
3 changed files with 5 additions and 2 deletions
inventory/group_vars/all

View file

@ -9,6 +9,9 @@ mailer:
host: mail.serguzim.me
port: 587
acme_dns:
host: acme.serguzim.me
services_path: /opt/services/
caddy_path: "{{ (services_path, 'caddy') | path_join }}"