From a7575a041e46a687104ec0bdfd4d67c78f6e2d29 Mon Sep 17 00:00:00 2001 From: Ubergeek Date: Wed, 16 Feb 2022 19:03:20 -0500 Subject: [PATCH] thefunkyspaw account unenforced in ansible --- roles/shell/tasks/users.yml | 1 - roles/shell/tasks/users/thefunkyspaw.yml | 14 -------------- 2 files changed, 15 deletions(-) delete mode 100644 roles/shell/tasks/users/thefunkyspaw.yml 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"