Add global variable for acme.serguzim.me host
This commit is contained in:
parent
40742e3214
commit
b6297638db
3 changed files with 5 additions and 2 deletions
inventory/group_vars/all
|
@ -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 }}"
|
||||
|
|
Reference in a new issue