Prepare services for lego certificate service
This commit is contained in:
parent
6c6ade1b9a
commit
da5d6eef8c
8 changed files with 28 additions and 9 deletions
roles/acme_dns/templates
|
@ -6,6 +6,7 @@ nsname = "{{ svc.domain }}"
|
|||
nsadmin = "{{ svc.nsadmin }}"
|
||||
records = [
|
||||
"{{ svc.domain }}. A {{ svc.records.a }}",
|
||||
"{{ svc.domain }}. AAAA {{ svc.records.aaaa }}",
|
||||
"{{ svc.domain }}. NS {{ svc.domain }}.",
|
||||
]
|
||||
debug = false
|
||||
|
|
Reference in a new issue