From bdc31cb021b36e5d3023d8892523a3ec3a1647dd Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 7 Mar 2021 23:39:39 +0100 Subject: add host ch-mc --- chaos-at-home/ch-equinox-ws.yml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'chaos-at-home/ch-equinox-ws.yml') 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 -- cgit v1.2.3