blob: b9a80136e45627df7dff1a736d807a86a85d10f1 (
plain) (
blame)
1
2
3
4
5
|
---
acmetool_cert_hostnames: "{{ x509_certificate_hostnames }}"
acmetool_cert_name: "{{ x509_certificate_name | default(acmetool_cert_hostnames[0]) }}"
acmetool_reconcile_disabled: false
|