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
roles/acme_dns/vars

View file

@ -1,6 +1,6 @@
---
acme_dns_svc:
domain: acme.serguzim.me
domain: "{{ acme_dns.host }}"
name: acme-dns
port: 80
nsadmin: "{{ admin_email | regex_replace('@', '.') }}"