summaryrefslogtreecommitdiff
path: root/ansible/roles/holywood2
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-11-06 15:04:45 +0200
committerLars Wirzenius <liw@liw.fi>2021-11-06 15:04:45 +0200
commitf81a49422f72eb3c5c008985313381a6957f3461 (patch)
treed05bde6c51c6ce70006fe2398ad6592e296cab2c /ansible/roles/holywood2
parent8463feee0c5e04926974baeb410d40a192d8a170 (diff)
downloadansibleness-f81a49422f72eb3c5c008985313381a6957f3461.tar.gz
fix: NFS mounting to new Mac
Sponsored-by: author
Diffstat (limited to 'ansible/roles/holywood2')
-rw-r--r--ansible/roles/holywood2/files/exports1
-rw-r--r--ansible/roles/holywood2/tasks/main.yml6
2 files changed, 7 insertions, 0 deletions
diff --git a/ansible/roles/holywood2/files/exports b/ansible/roles/holywood2/files/exports
index 7f118a5..971f77c 100644
--- a/ansible/roles/holywood2/files/exports
+++ b/ansible/roles/holywood2/files/exports
@@ -1,3 +1,4 @@
+/mnt/soile/pupu 10.0.0.154(rw,nohide,async,no_subtree_check,insecure)
/mnt/soile/pupu 10.0.0.204(rw,nohide,async,no_subtree_check,insecure)
/mnt/soile/pupu 10.0.0.0/24(rw,nohide,async,no_subtree_check,insecure)
/mnt/media 10.0.0.204(ro,nohide,async,no_subtree_check,insecure)
diff --git a/ansible/roles/holywood2/tasks/main.yml b/ansible/roles/holywood2/tasks/main.yml
index 64505f8..61e44eb 100644
--- a/ansible/roles/holywood2/tasks/main.yml
+++ b/ansible/roles/holywood2/tasks/main.yml
@@ -39,6 +39,12 @@
group: root
mode: 0644
+- name: enable statd
+ systemd:
+ name: rpc-statd
+ state: started
+ enabled: yes
+
- name: install borg
apt:
name: borgbackup