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"