From f81a49422f72eb3c5c008985313381a6957f3461 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 6 Nov 2021 15:04:45 +0200 Subject: fix: NFS mounting to new Mac Sponsored-by: author --- ansible/roles/holywood2/files/exports | 1 + ansible/roles/holywood2/tasks/main.yml | 6 ++++++ 2 files changed, 7 insertions(+) (limited to 'ansible/roles/holywood2') 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 -- cgit v1.2.1