2026-06-14 10:30:02 +02:00
|
|
|
---
|
2026-06-14 10:34:42 +02:00
|
|
|
# public_dns — manage the public zone at Gandi LiveDNS as code (M1).
|
|
|
|
|
# Record data (public_dns__domain / __records / __absent) lives in group_vars/all.
|
|
|
|
|
# See docs/decisions/007-network.md.
|
|
|
|
|
public_dns__apply: true # set false to validate without calling the Gandi API (Molecule)
|
|
|
|
|
public_dns__default_ttl: 1800 # TTL when a record omits one
|
|
|
|
|
public_dns__domain: "" # overridden in group_vars/all
|
|
|
|
|
public_dns__records: [] # present records
|
|
|
|
|
public_dns__absent: [] # records to remove
|