aboutsummaryrefslogtreecommitdiffstats
path: root/roles/nfsclient/tasks/_alpine.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/nfsclient/tasks/_alpine.yml')
-rw-r--r--roles/nfsclient/tasks/_alpine.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/roles/nfsclient/tasks/_alpine.yml b/roles/nfsclient/tasks/_alpine.yml
new file mode 100644
index 0000000..86e21d9
--- /dev/null
+++ b/roles/nfsclient/tasks/_alpine.yml
@@ -0,0 +1,16 @@
+
+# nfsclient ~~ roles/nfsclient/tasks/_alpine.yml
+# alpine prerequisites
+
+---
+
+- name: install nfs-utils
+ package:
+ name: nfs-utils
+ state: present
+
+- name: ensure that nfsmount is restarted and enabled
+ service:
+ name: nfsmount
+ state: restarted
+ enabled: true
remember that computers suck.