Skip to content
Snippets Groups Projects
Forked from hpc-team / HPCasCode
2375 commits behind the upstream repository.
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