aboutsummaryrefslogtreecommitdiffstats
path: root/roles/jails/17_syncthing
diff options
context:
space:
mode:
Diffstat (limited to 'roles/jails/17_syncthing')
-rw-r--r--roles/jails/17_syncthing/defaults/main.yml11
-rw-r--r--roles/jails/17_syncthing/tasks/main.yml2
2 files changed, 13 insertions, 0 deletions
diff --git a/roles/jails/17_syncthing/defaults/main.yml b/roles/jails/17_syncthing/defaults/main.yml
new file mode 100644
index 0000000..a2d7d8f
--- /dev/null
+++ b/roles/jails/17_syncthing/defaults/main.yml
@@ -0,0 +1,11 @@
+userland: "15.0-RELEASE"
+
+nullfs:
+ - src: /usr/local/jails/volumes/storage/docs
+ dst: /mnt/docs
+ - src: /usr/local/jails/volumes/storage/vault
+ dst: /mnt/vault
+ - src: /usr/local/jails/volumes/storage/jan-systems-2025-content
+ dst: /mnt/jan-systems-2025-content
+ - src: /usr/local/jails/volumes/storage/projects-ableton
+ dst: /mnt/projects-ableton
diff --git a/roles/jails/17_syncthing/tasks/main.yml b/roles/jails/17_syncthing/tasks/main.yml
new file mode 100644
index 0000000..2abdaff
--- /dev/null
+++ b/roles/jails/17_syncthing/tasks/main.yml
@@ -0,0 +1,2 @@
+- import_role:
+ name: jail