summaryrefslogtreecommitdiff
path: root/chaos-at-home/ch-equinox-ws.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2021-03-07 23:39:39 +0100
committerChristian Pointner <equinox@spreadspace.org>2021-03-07 23:39:39 +0100
commitbdc31cb021b36e5d3023d8892523a3ec3a1647dd (patch)
tree501589e643166d7518b1707d318360fb95708869 /chaos-at-home/ch-equinox-ws.yml
parentupgrade nextcloud database images (diff)
add host ch-mc
Diffstat (limited to 'chaos-at-home/ch-equinox-ws.yml')
-rw-r--r--chaos-at-home/ch-equinox-ws.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/chaos-at-home/ch-equinox-ws.yml b/chaos-at-home/ch-equinox-ws.yml
index 5f92a171..74410228 100644
--- a/chaos-at-home/ch-equinox-ws.yml
+++ b/chaos-at-home/ch-equinox-ws.yml
@@ -25,3 +25,11 @@
path: /etc/default/keyboard
regexp: '#?\s*XKBOPTIONS='
line: 'XKBOPTIONS="caps:none"'
+
+ - name: mount fileserver volumes
+ mount:
+ src: "{{ network_zones.lan.prefix | ipaddr(network_zones.lan.offsets['ch-prometheus']) | ipaddr('address') }}:/"
+ path: /srv/files
+ fstype: nfs4
+ opts: nodev,x-systemd.automount,nofail
+ state: mounted