Skip to content
Snippets Groups Projects

refactor of cheaha.node role

1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
7 loop:
8 - { dir: /local, mode: '0777' }
9 - { dir: /scratch, mode: '0755' }
10 - { dir: /share, mode: '0755' }
11 - { dir: /data/rc/apps, mode: '0755' } # this is only required for the symlink to be happy
12 - { dir: /data/user, mode: '0755' }
13 - { dir: /data/project, mode: '0755' }
14 - name: Set up NFS GPFS mount point(s)
15 ansible.posix.mount:
16 path: "{{ item.path }}"
17 src: "{{ item.src }}"
18 fstype: "{{ item.fstype }}"
19 opts: "{{ item.opts }}"
20 state: present
21 loop:
22 - { path: /cm/shared, src: "gpfs.rc.uab.edu:/data/cm/shared-8.2", fstype: nfs, opts: "_netdev,defaults" }
  • Bo-Chun Chen mentioned in merge request !34 (closed)

    mentioned in merge request !34 (closed)

  • Eesaan Atluri added 2 commits

    added 2 commits

    • 51df0f69 - Use NFS3 as opposed to the default 4 due to user mapping issues
    • 676e76e2 - Merge branch 'refactor-cheaha.node-role' of...

    Compare with previous version

  • mentioned in issue #58 (closed)

  • Bo-Chun Chen mentioned in merge request !35 (merged)

    mentioned in merge request !35 (merged)

  • closed

  • Please register or sign in to reply
    Loading