summaryrefslogtreecommitdiff
path: root/tasks/alpine.yml
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2025-12-16 23:02:49 -0500
committerMitchell Riedstra <mitch@riedstra.dev>2025-12-16 23:02:49 -0500
commita468044c0337d1a2ac0dab2ce3efc4ad766f81a3 (patch)
treeca7d1523a6b43e14dc4fb6d2cd15966774faa237 /tasks/alpine.yml
parent256ed8e7653b1963e1cc2b6d30aa636e9766d07b (diff)
downloadnsd-a468044c0337d1a2ac0dab2ce3efc4ad766f81a3.tar.gz
nsd-a468044c0337d1a2ac0dab2ce3efc4ad766f81a3.tar.xz
Rework the NSD role to support more operating systems with minimal effort and duplication
Diffstat (limited to 'tasks/alpine.yml')
-rw-r--r--tasks/alpine.yml24
1 files changed, 0 insertions, 24 deletions
diff --git a/tasks/alpine.yml b/tasks/alpine.yml
deleted file mode 100644
index 7b73870..0000000
--- a/tasks/alpine.yml
+++ /dev/null
@@ -1,24 +0,0 @@
-- name: Install Runit service directory
- file:
- state: directory
- path: /etc/sv/nsd
- mode: '0755'
-- name: Install Runit service command
- template:
- src: run.j2
- dest: /etc/sv/nsd/run
- mode: '755'
-- name: Install supervise symlink
- file:
- state: link
- force: yes
- src: /run/supervise.nsd
- dest: /etc/sv/nsd/supervise
- follow: false
-- name: Enable NSD service
- file:
- state: link
- force: yes
- src: /etc/sv/nsd
- dest: /var/service/nsd
- follow: false