Skip to content
Snippets Groups Projects

Mount scratch

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -24,6 +24,7 @@
@@ -24,6 +24,7 @@
- { path: /data/user, src: "gpfs.rc.uab.edu:/data/user", fstype: nfs, opts: "vers=3,_netdev,local_lock=posix,defaults" }
- { path: /data/user, src: "gpfs.rc.uab.edu:/data/user", fstype: nfs, opts: "vers=3,_netdev,local_lock=posix,defaults" }
- { path: /home, src: "/data/user/home", fstype: none, opts: bind }
- { path: /home, src: "/data/user/home", fstype: none, opts: bind }
- { path: /data/rc/apps, src: "gpfs.rc.uab.edu:/data/rc/apps", fstype: nfs, opts: "vers=3,_netdev,defaults" }
- { path: /data/rc/apps, src: "gpfs.rc.uab.edu:/data/rc/apps", fstype: nfs, opts: "vers=3,_netdev,defaults" }
 
- { path: /scratch, src: "gpfs.rc.uab.edu:/scratch", fstype: nfs, opts: "vers=3,_netdev,local_lock=posix,defaults" }
- name: Create symbolic links
- name: Create symbolic links
ansible.builtin.file:
ansible.builtin.file:
src: "{{ item.src }}"
src: "{{ item.src }}"
@@ -33,5 +34,4 @@
@@ -33,5 +34,4 @@
force: yes
force: yes
state: link
state: link
loop:
loop:
- { src: /local, dest: /scratch/local }
- { src: /data/rc/apps, dest: /share/apps }
- { src: /data/rc/apps, dest: /share/apps }
Loading