diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index 1149544..5e8a704 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -220,7 +220,6 @@ - include: users/duitser.yml - include: users/lonely-wolf.yml - include: users/cloverfield.yml -- include: users/ComputerTech.yml - include: users/noteness.yml - include: users/baloo.yml - include: users/sriwafikadr.yml diff --git a/roles/shell/tasks/users/ComputerTech.yml b/roles/shell/tasks/users/ComputerTech.yml deleted file mode 100644 index ab96530..0000000 --- a/roles/shell/tasks/users/ComputerTech.yml +++ /dev/null @@ -1,15 +0,0 @@ ---- -- name: Setting up ComputerTech - user: - name: ComputerTech - groups: tilde - state: present - skeleton: /etc/skel - shell: /bin/bash - system: no - createhome: yes - home: /home/ComputerTech -- authorized_key: - user: ComputerTech - state: present - key: "ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEAqyhQb8j3fnboRZbe2UqyUs1IdWOPHIJKAJDo+e2D2rC12e4CcpAX9M9/+jxSG6BINXLgwfX2fqInEXu7E6/KhfKuxTfrJVtFVKwpSrelQJG2FDk0+5TuCJyv4gTcV0c/3HyzVNmbmGWaOeZcLiADdOYCr7v0rrSraiCPWOGXXWR7iSv66Jfz79acH+jit0fIF4Xsbc4FMwz0SxHq3gYmq+WRSjrCQtn7CLyGOwzamwD1x3FreZ15Q+Mo1oBrG+YB2Bzt+UrtAIczk8dq8E9J4dCOHgDi9Z80NAhu22fEK1X6xon78/iXKtGIdKYQrAUQoorJ7mdS1d7kcIO74wvMKQ=="