Skip to content
Snippets Groups Projects

Create mountpoints before mounting them

1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -79,6 +79,8 @@
- { dir: /scratch, mode: '0755' }
- { dir: /share, mode: '0755' }
- { dir: /data/rc/apps, mode: '0755' } # this is only required for the symlink to be happy
- { dir: /data/user, mode: '0755' }
- { dir: /data/project, mode: '0755' }
- name: Set up NFS GPFS mount point(s)
ansible.posix.mount:
path: "{{ item.path }}"
Loading