diff --git a/roles/lmn_mount/tasks/main.yml b/roles/lmn_mount/tasks/main.yml index 5c650f4..011c209 100644 --- a/roles/lmn_mount/tasks/main.yml +++ b/roles/lmn_mount/tasks/main.yml @@ -92,6 +92,14 @@ state: present fstype: none +- name: Mount NFSv4 tools directory + ansible.posix.mount: + src: files:tools + path: /lmn/tools + opts: rw,_netdev,x-systemd.automount,x-systemd.idle-timeout=10s,timeo=100,soft + state: present + fstype: nfs4 + - name: Mount NFSv4 home directory ansible.posix.mount: src: server:/default-school