Forked from
hpc-team / HPCasCode
2375 commits behind the upstream repository.
-
Jupiter Hu authoredJupiter Hu authored
mountFileSystem.yml 300 B
---
- name: "Mounting NFS mounts"
mount: "name={{ item.name }} src={{ item.nfsServerIp }}:{{ item.src }} fstype={{ item.fstype }} opts={{ item.opts }} state=mounted"
with_items: exportList
notify: "restart authentication"
notify: "restart idmap"
sudo: true
when: exportList is defined