From bb5820030f1e65280ee774fa1319c49ded738efd Mon Sep 17 00:00:00 2001 From: Naglfar Date: Fri, 9 Oct 2020 00:26:51 +0200 Subject: [PATCH] acab is unenforced in ansible (Undelivered Mail Returned to Sender) --- roles/shell/tasks/users.yml | 1 - roles/shell/tasks/users/acab.yml | 15 --------------- 2 files changed, 16 deletions(-) delete mode 100644 roles/shell/tasks/users/acab.yml diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index f2642ec..5f3dd98 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -279,4 +279,3 @@ - include: users/GreenEyedFury.yml - include: users/angelmage.yml - include: users/deltav.yml -- include: users/acab.yml diff --git a/roles/shell/tasks/users/acab.yml b/roles/shell/tasks/users/acab.yml deleted file mode 100644 index 5dcb1d1..0000000 --- a/roles/shell/tasks/users/acab.yml +++ /dev/null @@ -1,15 +0,0 @@ ---- -- name: Setting up acab - user: - name: acab - groups: tilde - state: present - skeleton: /etc/skel - shell: /bin/bash - system: no - createhome: yes - home: /home/acab -- authorized_key: - user: acab - state: present - key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHsTmK5ROgW/v05L2FhFdtFUXtMcfPyGtf+pXLIBKcNt"