feat: enable sydney subnets

This commit is contained in:
Ben Vincent 2024-03-28 20:08:00 +11:00
parent 741b32cb41
commit 748a0e8632
3 changed files with 18 additions and 0 deletions

View File

@ -21,6 +21,18 @@ profiles::dns::master::zones:
dynamic: false dynamic: false
ns_notify: true ns_notify: true
source: '/var/named/sources/17.18.198.in-addr.arpa.conf' source: '/var/named/sources/17.18.198.in-addr.arpa.conf'
16.18.198.in-addr.arpa:
domain: '16.18.198.in-addr.arpa'
zone_type: 'master'
dynamic: false
ns_notify: true
source: '/var/named/sources/16.18.198.in-addr.arpa.conf'
15.18.198.in-addr.arpa:
domain: '15.18.198.in-addr.arpa'
zone_type: 'master'
dynamic: false
ns_notify: true
source: '/var/named/sources/15.18.198.in-addr.arpa.conf'
profiles::dns::master::views: profiles::dns::master::views:
master-zones: master-zones:
@ -28,6 +40,8 @@ profiles::dns::master::views:
zones: zones:
- main.unkin.net - main.unkin.net
- 17.18.198.in-addr.arpa - 17.18.198.in-addr.arpa
- 16.18.198.in-addr.arpa
- 15.18.198.in-addr.arpa
match_clients: match_clients:
- acl-main.unkin.net - acl-main.unkin.net

View File

@ -1,6 +1,8 @@
--- ---
profiles::ntp::client::client_only: false profiles::ntp::client::client_only: false
profiles::ntp::server::allowquery: profiles::ntp::server::allowquery:
- '198.18.15.0/24'
- '198.18.16.0/24'
- '198.18.17.0/24' - '198.18.17.0/24'
profiles::ntp::server::peers: profiles::ntp::server::peers:

View File

@ -1,5 +1,7 @@
--- ---
profiles::puppet::autosign::subnet_ranges: profiles::puppet::autosign::subnet_ranges:
- '198.18.15.0/24'
- '198.18.16.0/24'
- '198.18.17.0/24' - '198.18.17.0/24'
profiles::puppet::autosign::domains: profiles::puppet::autosign::domains: