From a4afe4da692f02c286d7d92d74bd0d8b1ec1b54a Mon Sep 17 00:00:00 2001 From: Matthew Fennell Date: Sun, 6 Jul 2025 20:10:56 +0100 Subject: Remove anonymous login support This was originally intended for motoristic, but is no longer needed by any domain. --- playbook.yaml | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'playbook.yaml') diff --git a/playbook.yaml b/playbook.yaml index 802ba2a..45e7ac0 100644 --- a/playbook.yaml +++ b/playbook.yaml @@ -168,21 +168,6 @@ records: ["3 1 1 {{ dane_hash.stdout }}"] delegate_to: localhost - - name: Ensure anonymous records are added to subdomain, if needed - ansible.builtin.uri: - url: "https://desec.io/api/v1/domains/{{ virtual_host }}/rrsets/" - method: PUT - body_format: json - headers: - Authorization: Token {{ desec_token }} - body: - - subname: "anon" - type: CNAME - ttl: 3600 - records: ["{{ delegate_host }}."] - delegate_to: localhost - when: anonymous_login - # We specifically use apt instead of the more general package module here, # because we want to ensure the cache is updated before we try and install # anything. This is needed because, on a freh Debian install on AWS -- cgit v1.2.3