diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index e6a6750..029712e 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -231,7 +231,6 @@ - include: users/catman.yml - include: users/genvara.yml - include: users/alma.yml -- include: users/thefunkyspaw.yml - include: users/uberius.yml - include: users/low-key.yml - include: users/lukaszwdowiak.yml diff --git a/roles/shell/tasks/users/thefunkyspaw.yml b/roles/shell/tasks/users/thefunkyspaw.yml deleted file mode 100644 index c630aea..0000000 --- a/roles/shell/tasks/users/thefunkyspaw.yml +++ /dev/null @@ -1,14 +0,0 @@ ---- -- user: - name: thefunkyspaw - groups: tilde - state: present - skeleton: /etc/skel - shell: /bin/bash - system: no - createhome: yes - home: /home/thefunkyspaw -- authorized_key: - user: thefunkyspaw - state: present - key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIA1jqH/VkGFXHZZU7jdqjfP5+duqBlzSTb3Ve5A2TujU thefunkyspaw@global"