viccross / ansible-playbooks

My collection of Ansible playbooks for various tasks (dominated by Openshift, currently)
Apache License 2.0
2 stars 3 forks source link

BIND reconfiguration to support zone transfers to group ELANs #162

Closed viccross closed 8 months ago

viccross commented 1 year ago

Currently no zone transfers are permitted in named.conf. This needs to change so that the additional group member nameds can receive the zone updates from the coordinator ELAN.

viccross commented 1 year ago

This is bigger than just supporting transfers... Changing zones from being locally-managed to distributed is complex due to the file changes needed. Splitting the zone definitions into their own files will allow the entire zone definition to be replaced when needed, instead of trying to pick individual lines from an entire config file.

viccross commented 1 year ago

Changes needed in configure-dns and setup-firstboot-ipconf.

viccross commented 9 months ago

The atlantis lab has this working... code updates soon :)

viccross commented 8 months ago

I've done a diff on the changes in the atlantis lab. Just need to now apply them against the man tree.