diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2025-12-16 23:02:49 -0500 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2025-12-16 23:02:49 -0500 |
| commit | a468044c0337d1a2ac0dab2ce3efc4ad766f81a3 (patch) | |
| tree | ca7d1523a6b43e14dc4fb6d2cd15966774faa237 /templates/nsd.conf | |
| parent | 256ed8e7653b1963e1cc2b6d30aa636e9766d07b (diff) | |
| download | nsd-a468044c0337d1a2ac0dab2ce3efc4ad766f81a3.tar.gz nsd-a468044c0337d1a2ac0dab2ce3efc4ad766f81a3.tar.xz | |
Rework the NSD role to support more operating systems with minimal effort and duplication
Diffstat (limited to 'templates/nsd.conf')
| -rw-r--r-- | templates/nsd.conf | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/templates/nsd.conf b/templates/nsd.conf deleted file mode 100644 index 246e308..0000000 --- a/templates/nsd.conf +++ /dev/null @@ -1,26 +0,0 @@ -# Managed by Ansible -server: - server-count: 1 # use this number of cpu cores - database: "/var/db/nsd/nsd.db" - zonelistfile: "/var/db/nsd/zone.list" - username: nsd - logfile: "/var/log/nsd.log" - pidfile: "/var/run/nsd.pid" - xfrdfile: "/var/db/nsd/xfrd.state" - -{% if nsd_keys is defined %} -{% for key in nsd_keys %} -key: - name: {{key.name}} - algorithm: {{key.algorithm}} - secret: "{{key.secret}}" -{% endfor %} -{% endif %} - - -{% for zone in nsd_zones %} -zone: - name: {{zone}} - zonefile: /etc/nsd/%s.zone - -{% endfor %} |
