diff --git a/ansible/node.yml b/ansible/node.yml index db90f3b57a6ffdb6a5348f989a108d8770f9960d..c76b148c5271c3e400a4556fea200b8b7568c9cf 100644 --- a/ansible/node.yml +++ b/ansible/node.yml @@ -76,8 +76,9 @@ state: present loop: - { path: /cm/shared, src: "gpfs.rc.uab.edu:/data/cm/shared-8.2", fstype: nfs, opts: _netdev,defaults } - - { path: /data, src: "gpfs.rc.uab.edu:/data", fstype: nfs, opts: _netdev,defaults } - { path: /home, src: "gpfs.rc.uab.edu:/data/user/home", fstype: nfs, opts: _netdev,defaults } + - { path: /data/project, src: "gpfs.rc.uab.edu:/data/project", fstype: nfs, opts: _netdev,defaults } + - { path: /data/user, src: "gpfs.rc.uab.edu:/data/user", fstype: nfs, opts: _netdev,defaults } - name: Add ssh key for root access ansible.posix.authorized_key: user: root