diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index 750b656..54d14b7 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -173,7 +173,6 @@ - include: users/pluto.yml - include: users/roygbiv.yml - include: users/neotux.yml -- include: users/n0a110w.yml - include: users/stern.yml - include: users/cypher.yml - include: users/pkuz.yml diff --git a/roles/shell/tasks/users/n0a110w.yml b/roles/shell/tasks/users/n0a110w.yml deleted file mode 100644 index 6820ca1..0000000 --- a/roles/shell/tasks/users/n0a110w.yml +++ /dev/null @@ -1,15 +0,0 @@ ---- -- name: Setting up n0a110w - user: - name: n0a110w - groups: tilde - state: present - skeleton: /etc/skel - shell: /bin/bash - system: no - createhome: yes - home: /home/n0a110w -- authorized_key: - user: n0a110w - state: present - key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDrQ8BbykGnaowGwEfXh5LCxTXHU9DC7jr/nCf5jONVo"