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"