diff options
Diffstat (limited to 'playbook.yaml')
-rw-r--r-- | playbook.yaml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/playbook.yaml b/playbook.yaml index 64c0243..96d7119 100644 --- a/playbook.yaml +++ b/playbook.yaml @@ -170,14 +170,6 @@ type: TLSA ttl: 3600 records: ["3 1 1 {{ dane_hash.stdout }}"] - - subname: "" - type: CAA - ttl: 3600 - records: - - "0 issue \"letsencrypt.org;validationmethods=dns-01;accounturi=\ - {{ acme_account_uri_prod }}\"" - - "0 issue \"letsencrypt.org;validationmethods=dns-01;accounturi=\ - {{ acme_account_uri_nonprod }}\"" delegate_to: localhost - name: Ensure anonymous records are added to subdomain, if needed |