aboutsummaryrefslogtreecommitdiffstats
path: root/dns
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2024-07-23 00:27:25 +0100
committerGravatar Joe Banks <[email protected]>2024-07-23 00:46:35 +0100
commita2789635e73a29c80f22a469ebc02e3e126f82d8 (patch)
treec292c73adbe0a55195ecc15c7d8a0c25740d8e78 /dns
parentRemove Turing from Ansible Inventory (diff)
Allow zone files to be split across multiple YAML files
Diffstat (limited to 'dns')
-rw-r--r--dns/production.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/dns/production.yaml b/dns/production.yaml
index 775e1a7..9dc6692 100644
--- a/dns/production.yaml
+++ b/dns/production.yaml
@@ -10,6 +10,7 @@ providers:
directory: dns/zones
default_ttl: 300
enforce_order: true
+ split_extension: "."
cloudflare:
class: octodns_cloudflare.CloudflareProvider
token: env/CLOUDFLARE_TOKEN
@@ -17,7 +18,7 @@ providers:
pagerules: false
zones:
- '*':
+ "*":
sources:
- zone_config
targets: