diff options
| author | 2024-07-23 00:27:25 +0100 | |
|---|---|---|
| committer | 2024-07-23 00:46:35 +0100 | |
| commit | a2789635e73a29c80f22a469ebc02e3e126f82d8 (patch) | |
| tree | c292c73adbe0a55195ecc15c7d8a0c25740d8e78 /dns | |
| parent | Remove Turing from Ansible Inventory (diff) | |
Allow zone files to be split across multiple YAML files
Diffstat (limited to 'dns')
| -rw-r--r-- | dns/production.yaml | 3 | 
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: | 
