From 10bb6041143852b827835483857697c62571816b Mon Sep 17 00:00:00 2001 From: Ubergeek Date: Wed, 16 Feb 2022 19:03:12 -0500 Subject: [PATCH] GreenEyedFury account unenforced in ansible --- roles/shell/tasks/users.yml | 1 - roles/shell/tasks/users/GreenEyedFury.yml | 15 --------------- 2 files changed, 16 deletions(-) delete mode 100644 roles/shell/tasks/users/GreenEyedFury.yml diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index 5ee31a3..e6a6750 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -224,7 +224,6 @@ - include: users/snork.yml - include: users/xigoi.yml - include: users/vgk.yml -- include: users/GreenEyedFury.yml - include: users/angelmage.yml - include: users/deltav.yml - include: users/famubu.yml diff --git a/roles/shell/tasks/users/GreenEyedFury.yml b/roles/shell/tasks/users/GreenEyedFury.yml deleted file mode 100644 index baeb101..0000000 --- a/roles/shell/tasks/users/GreenEyedFury.yml +++ /dev/null @@ -1,15 +0,0 @@ ---- -- name: Setting up GreenEyedFury - user: - name: GreenEyedFury - groups: tilde - state: present - skeleton: /etc/skel - shell: /bin/bash - system: no - createhome: yes - home: /home/GreenEyedFury -- authorized_key: - user: GreenEyedFury - state: present - key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC8qnzP0Vowhlt9edpKgb9clGKvtjtcA6I43eDys0xuU3WImZ0wApEAYGskxfJPSQ/1qqfENl214QwBzOEcw6tGyzDl2LpMmUidJi2wwGSp/RCRka0wS2MdmGxo7f6E57p63n+keiAsVMk4prJAsbTF9cq5zgUyWaVy1EDB4uFNR4Hu1/tvSwfDIYUIXJHJZek5DFKuPmD1aenpnJaQrxG/CykT1edvvxM0lYFeDCi+D+Rn3DAmPP+VjBW0DrIxmBnFzHDMHgMqua7r5GxonxXUIlpb1zucRVWHcCZqMbGC1XeLDusrKJCXxna6t/QEJ9LV6rhpsme+NA2zgWYlOmZbmzwX0VlfU1CrUKkiQTsxZOU+YjnOTggwlY76bQLvF75OzVYFsnXW2CznBDI+UPBpMpK5+7H1Bxt0TXWSNxwHUErQKrUJ6dHgwEcaTj17AjUKj/F+1Xl97o/OChKTw9+hkp204x91VDwRv9sNNhfhjRwhwgd8o/l9BXBE33bLHDs= madelyn@archlinux"