summaryrefslogtreecommitdiff
path: root/roles/x509/acmetool/cert/finalize/defaults/main.yml
blob: 06c8e04ac46cf124ccfcb4609084165714fea818 (plain) (blame)
1
2
3
4
5
6
7
---
acmetool_cert_hostnames: "{{ x509_certificate_hostnames }}"
acmetool_cert_name: "{{ x509_certificate_name | default(acmetool_cert_hostnames[0]) }}"

acmetool_reconcile_disabled: false

acmetool_cert_config: "{{ x509_certificate_config }}"