From 8a20e93e65e99e15dd3e9c370060048802aa4a4e Mon Sep 17 00:00:00 2001 From: Ubergeek Date: Wed, 16 Feb 2022 18:59:58 -0500 Subject: [PATCH] gfunkmonk account unenforced in ansible --- roles/shell/tasks/users.yml | 1 - roles/shell/tasks/users/gfunkmonk.yml | 15 --------------- 2 files changed, 16 deletions(-) delete mode 100644 roles/shell/tasks/users/gfunkmonk.yml diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index d897f16..b53c62c 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -188,7 +188,6 @@ - include: users/lukewarmcat.yml - include: users/xfnw.yml - include: users/faabb.yml -- include: users/gfunkmonk.yml - include: users/maqsoodyaqub.yml - include: users/anterstor.yml - include: users/markten.yml diff --git a/roles/shell/tasks/users/gfunkmonk.yml b/roles/shell/tasks/users/gfunkmonk.yml deleted file mode 100644 index e7f7472..0000000 --- a/roles/shell/tasks/users/gfunkmonk.yml +++ /dev/null @@ -1,15 +0,0 @@ ---- -- name: Setting up gfunkmonk - user: - name: gfunkmonk - groups: tilde - state: present - skeleton: /etc/skel - shell: /bin/bash - system: no - createhome: yes - home: /home/gfunkmonk -- authorized_key: - user: gfunkmonk - state: present - key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDuF9ehi6aGGjBPwiXpQsjlp4U490Tc771PoJG1RLJWSTfVxEkXtdNbqglJk9fKCrS+8l1cidSEQdgIxhbnB8uSTdKWtzi/hBCVazdmX8AINmzZ79Fn5ENMZCBApvLLZIOugsYbDisiUa0jBNybbwtEasfzf4o/shdtC9zN3FEzxDBp5xcBqR9tPvfwCyqmjVwHARSK2NnVOrih3muHOuYTb35r5JbyvezJpiSCFn64ne9w1Mo5Vdv6DXxjafZfsamSjsg+vDwSfWiF3YvInKf1hAF2QbIfeWV5dRw7HLGA7eRmb+Yy6r9P9sGk37EKMVEDh7y8Ae4cqApGnMn3149L gfunkmonk@gfunkmonk-HP-Pavilion-17-Notebook-PC"