From 16e7cc76d6e298d470931fcefe7542e4584fa0d2 Mon Sep 17 00:00:00 2001 From: Zachary Seguin Date: Mon, 19 Aug 2019 00:40:42 -0400 Subject: [PATCH] Remove /u mount and update /users --- roles/csc-filesystems/tasks/main.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/roles/csc-filesystems/tasks/main.yml b/roles/csc-filesystems/tasks/main.yml index 7a92fe3..e096cc7 100644 --- a/roles/csc-filesystems/tasks/main.yml +++ b/roles/csc-filesystems/tasks/main.yml @@ -21,7 +21,6 @@ state: directory with_items: - /users - - /u - /scratch - name: Ensure music mountpoint exist @@ -41,10 +40,8 @@ passno: 0 state: mounted with_items: - - src: aspartame.csclub.uwaterloo.ca:/users - name: /users - src: fs00.csclub.uwaterloo.ca:/users - name: /u + name: /users ignore_errors: true - name: Mount home directories (sec=krb5p) @@ -58,10 +55,8 @@ passno: 0 state: mounted with_items: - - src: aspartame.csclub.uwaterloo.ca:/users - name: /users - src: fs00.csclub.uwaterloo.ca:/users - name: /u + name: /users ignore_errors: true - name: Mount scratch