systemli / ansible-role-bind9

Ansible role to install and maintain the Bind9 nameserver on Debian
GNU General Public License v3.0
24 stars 26 forks source link

Rename negative_ttl into default_ttl #39

Closed ulvida closed 2 years ago

ulvida commented 2 years ago

Hi! When I proposed the so called "dynamic" zones management (I think we should rather say raw zones and yaml zones, for instance), I did a mistake naming negative_ttl variable: https://github.com/systemli/ansible-role-bind9/blob/88122fadb5d9325f2abf88fba6dcd01da329865c/templates/bind/zones/db.template.j2#L24 In fact, this value defines the $TTL BIND macro, which defines the default ttl for Ressource Records that don't have a specific TTL defined. I also detailed a little bit the README doc.

ulvida commented 2 years ago

FYI: we have a bigger PR in the pipe, that we are first testing ourselves with our DNS.

t2d commented 2 years ago

cool, thanks!