From ed0ffa69d990acbb4666543f81ebcddc18b2fefc Mon Sep 17 00:00:00 2001 From: Ubergeek Date: Wed, 16 Feb 2022 19:17:57 -0500 Subject: [PATCH] cypher account unenforced in ansible --- roles/shell/tasks/users.yml | 1 - roles/shell/tasks/users/cypher.yml | 15 --------------- 2 files changed, 16 deletions(-) delete mode 100644 roles/shell/tasks/users/cypher.yml diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index 542ddc0..b1b9ca7 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -169,7 +169,6 @@ - include: users/roygbiv.yml - include: users/neotux.yml - include: users/stern.yml -- include: users/cypher.yml - include: users/h3rz.yml - include: users/Iyxbaideus.yml - include: users/knight.yml diff --git a/roles/shell/tasks/users/cypher.yml b/roles/shell/tasks/users/cypher.yml deleted file mode 100644 index e24458e..0000000 --- a/roles/shell/tasks/users/cypher.yml +++ /dev/null @@ -1,15 +0,0 @@ ---- -- name: Setting up cypher - user: - name: cypher - groups: tilde - state: present - skeleton: /etc/skel - shell: /bin/bash - system: no - createhome: yes - home: /home/cypher -- authorized_key: - user: cypher - state: present - key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDBhFUv76/7NH0GGubQPMfedltUE0RJplmVGiUW10/EEipQ5/sqS5RopkIAMBg30vtpmVyET5mL1vkNWMnXJErA9xuzJ/zttuFv8lqJ7ATVkN+CkFgRn6lr96pTy/RWwuc1nfHdTyIs20lKyAnCjjNJAmLl+1ufMmRezShHFMBmFkxadJ8LaHJPwxx/Gxde/kgUUV5eHB8qaUYwaNae81+3q7gILKPNEyLrr4WOv5yvHhjefNDLq0l+K8cE9Hatgi6pWFBlSe7vfW9RAIjVNd+RSEh0rVI7QMTc1zH8hsl8ViFOOULaxjChDgsCwsxu0WVlCDmkqhQW56ZgIxpUx26t"