From 494c36f07aff2750043a02917cd8bd0b573e6732 Mon Sep 17 00:00:00 2001 From: Ubergeek Date: Wed, 16 Feb 2022 18:59:41 -0500 Subject: [PATCH] gjeu account unenforced in ansible --- roles/shell/tasks/users.yml | 1 - roles/shell/tasks/users/gjeu.yml | 15 --------------- 2 files changed, 16 deletions(-) delete mode 100644 roles/shell/tasks/users/gjeu.yml diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index 8b42280..d897f16 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -176,7 +176,6 @@ - include: users/stern.yml - include: users/cypher.yml - include: users/h3rz.yml -- include: users/gjeu.yml - include: users/Iyxbaideus.yml - include: users/knight.yml - include: users/wilfredex.yml diff --git a/roles/shell/tasks/users/gjeu.yml b/roles/shell/tasks/users/gjeu.yml deleted file mode 100644 index 3ac8205..0000000 --- a/roles/shell/tasks/users/gjeu.yml +++ /dev/null @@ -1,15 +0,0 @@ ---- -- name: Setting up gjeu - user: - name: gjeu - groups: tilde - state: present - skeleton: /etc/skel - shell: /bin/bash - system: no - createhome: yes - home: /home/gjeu -- authorized_key: - user: gjeu - state: present - key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDg3b+kJyCvk+YYWUpgMF0M4XfMni39+QOUwiHSCADIOkH0XuxnwfpHbO4V33vd2hFFXGQxXwQkFeh62BzicUJ/DiFTMh5EwO/uahV/Fy4dOxe0l5/GGcCn13oCiyI4mKohAOYhyIcyqaI7A4arQi4FkRtBkfQ1RaEdb4x8bDh5AdUyh5p21ZJ882nv9k9JpIjLTXaUu90gD3liPh4GZWrcYL7z3sdkBtIewQCeSwrCYWqVKhs6cgryODXA9zdpMQSBDZm7vVw7cwTU4/Z1/qCaF5waO42u6FmaTyJmw6nBIMADY6Y5phP49UEtDYMU9mx5d41aGV2wF3lM2xi0OowF"