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
roles/acme_dns/vars
|
@ -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('@', '.') }}"
|
||||
|
|
Reference in a new issue