From 570e3dbf43de85754c296a81f938f6801a1aef19 Mon Sep 17 00:00:00 2001 From: Ubergeek Date: Wed, 16 Feb 2022 19:00:12 -0500 Subject: [PATCH] anterstor account unenforced in ansible --- roles/shell/tasks/users.yml | 1 - roles/shell/tasks/users/anterstor.yml | 15 --------------- 2 files changed, 16 deletions(-) delete mode 100644 roles/shell/tasks/users/anterstor.yml diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index b53c62c..573c011 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -189,7 +189,6 @@ - include: users/xfnw.yml - include: users/faabb.yml - include: users/maqsoodyaqub.yml -- include: users/anterstor.yml - include: users/markten.yml - include: users/TouchTheStarsInAwe.yml - include: users/sebastian.yml diff --git a/roles/shell/tasks/users/anterstor.yml b/roles/shell/tasks/users/anterstor.yml deleted file mode 100644 index 921ef12..0000000 --- a/roles/shell/tasks/users/anterstor.yml +++ /dev/null @@ -1,15 +0,0 @@ ---- -- name: Setting up anterstor - user: - name: anterstor - groups: tilde - state: present - skeleton: /etc/skel - shell: /bin/bash - system: no - createhome: yes - home: /home/anterstor -- authorized_key: - user: anterstor - state: present - key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCk7fZ2sli4YXz+WygkWiWV+ndB8dEYKTVVGQ7PKiohETz5RaJCDb0C3JyvYdJG9MKVGFS34jn+hZZkrzxZZkyo/KPzkywp7t0zf4apW+s5V6Lvt2BQ730qKocFfGoYIzCD56Iu2oB/lQ6dEXbUxQi31WwWPwBAAf0Ik0+diRm42bboK2S3sfsT3PEr4StWi5FSXKJNbGm13bPOvLHBZuXeOhOhOc8uTJnu3c8cM1BqQDbeC1ihT5WoaYAGZ7dzNNKhXe9uPs+dlwW0RNM4opsn3EJsur1kKIu1B/M3p8QkgGwOia7WRbOZ1Z3b2qPAcf3U8ZkdOWj+0ErHurOsnnG3 anterstor"