diff options
author | Matthew Fennell <matthew@fennell.dev> | 2024-03-03 13:32:43 +0000 |
---|---|---|
committer | Matthew Fennell <matthew@fennell.dev> | 2024-03-03 13:32:43 +0000 |
commit | a79808bb8cd7ac36bace39db2020ac963b29ff2d (patch) | |
tree | d4edf8cd6edb16db5f70d1a18982665dd05561e1 | |
parent | 9cd901b9bdac1b96911cf3df79207c59e909de94 (diff) |
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.
-rw-r--r-- | playbook.yaml | 4 |
1 files changed, 0 insertions, 4 deletions
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 |