From a468044c0337d1a2ac0dab2ce3efc4ad766f81a3 Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Tue, 16 Dec 2025 23:02:49 -0500 Subject: Rework the NSD role to support more operating systems with minimal effort and duplication --- vars/openbsd.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 vars/openbsd.yml (limited to 'vars/openbsd.yml') diff --git a/vars/openbsd.yml b/vars/openbsd.yml new file mode 100644 index 0000000..dd1a03e --- /dev/null +++ b/vars/openbsd.yml @@ -0,0 +1,5 @@ +--- +nsd_conf: /var/nsd/etc/nsd.conf +zone_dir: /var/nsd/zones/master +zone_group: _nsd +use_runit: false -- cgit v1.2.3