From a79808bb8cd7ac36bace39db2020ac963b29ff2d Mon Sep 17 00:00:00 2001 From: Matthew Fennell Date: Sun, 3 Mar 2024 13:32:43 +0000 Subject: Do not create AAAA record during the playbook The AAAA record should be created by the libcloud bootstrap process instead, so that the playbook can ssh using the hostname as normal. --- playbook.yaml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'playbook.yaml') diff --git a/playbook.yaml b/playbook.yaml index c4901ad..bfbc5eb 100644 --- a/playbook.yaml +++ b/playbook.yaml @@ -107,10 +107,6 @@ headers: Authorization: Token {{ desec_token }} body: - - subname: "" - type: AAAA - ttl: 3600 - records: ["{{ public_ip }}"] - subname: "turn" type: CNAME ttl: 3600 -- cgit v1.2.3