summaryrefslogtreecommitdiff
path: root/ansible/roles/holywood2
diff options
context:
space:
mode:
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