Mount nfs share for additional programs and data
This commit is contained in:
parent
a6eadce948
commit
18cde94846
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue