From fc9f95b1dd5e55e0b0de2ca47eb21405bfe97f67 Mon Sep 17 00:00:00 2001 From: Ubergeek Date: Wed, 16 Feb 2022 19:19:31 -0500 Subject: [PATCH] copafum account unenforced in ansible --- roles/shell/tasks/users.yml | 1 - roles/shell/tasks/users/copafum.yml | 15 --------------- 2 files changed, 16 deletions(-) delete mode 100644 roles/shell/tasks/users/copafum.yml diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index d8e5c6b1..2db383e5 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -249,7 +249,6 @@ - include: users/zerw.yml - include: users/danisanti.yml - include: users/zer0.yml -- include: users/copafum.yml - include: users/cloudsss.yml - include: users/jimmy.yml - include: users/ayb.yml diff --git a/roles/shell/tasks/users/copafum.yml b/roles/shell/tasks/users/copafum.yml deleted file mode 100644 index 01cc7033..00000000 --- a/roles/shell/tasks/users/copafum.yml +++ /dev/null @@ -1,15 +0,0 @@ ---- -- name: Setting up copafum - user: - name: copafum - groups: tilde - state: present - skeleton: /etc/skel - shell: /bin/bash - system: no - createhome: yes - home: /home/copafum -- authorized_key: - user: copafum - state: present - key: "ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEAvd8E89ZKEtQuY7L55MqST2ch33nRyxYz/KtjrvmNMmxK8OmvAP7MfJtfSbHaKYnqm+N82a+9hR/Z5uj0aGJ44CpJ45jzTOc2Mg9ojUAWDI6jWxWDsZvn3K+hpXpp72VOtZ/0Yz+vdHWI0e02qRI0wXMAeEJB4X4iXqrOU3lxXRpacKLmnLUNhDhaBKgjST2AMr0hb33Z+Fw80PHfdrvbPpnzrjQ8O5zbEDj7LRBardTsuT3+pdXCS7qHcLK3IFOKe6wHiqXXx4rliTtQHg5iDqbmAXKHpDYosklcQrwftbLiQ6IUpfG/nPomXAxn7wZgrWoL0T3jfdYnGqDKbm8zVQ== rsa-key-20210213"