Skip to content

Commit

Permalink
Update netmask and bits as result if Samba DNS rev zone replication i…
Browse files Browse the repository at this point in the history
…ssues
  • Loading branch information
mergwyn committed Nov 15, 2023
1 parent 7b1a4a0 commit 2ee9a7f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions data/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@ defaults::adminuser: 'administrator'
vcsrepo::ensure: 'latest'

# network
defaults::netmask: '255.255.0.0'
defaults::bits: '16'
defaults::netmask: '255.255.255.0'
defaults::bits: '24'
defaults::subnet: '10.58.0'
defaults::network: "%{lookup('defaults::subnet')}.0"
defaults::gateway: "%{lookup('defaults::subnet')}.1"
defaults::cidr: "%{lookup('defaults::network')}/%{lookup('defaults::bits')}"
defaults::dns_vip: "%{lookup('defaults::subnet')}.20"
# DNS
defaults::dns::search:
- "%{trusted.domain}"
Expand Down

0 comments on commit 2ee9a7f

Please sign in to comment.