diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index 636a834..48d3403 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -241,7 +241,6 @@ - include: users/farooqkz.yml - include: users/hellspawn.yml - include: users/kuldar.yml -#- include: users/igor.yml - include: users/randocontent.yml - include: users/chris.yml - include: users/Cropt0.yml diff --git a/roles/shell/tasks/users/igor.yml b/roles/shell/tasks/users/igor.yml deleted file mode 100644 index 56b9be5..0000000 --- a/roles/shell/tasks/users/igor.yml +++ /dev/null @@ -1,15 +0,0 @@ ---- -- name: Setting up igor - user: - name: igor - groups: tilde - state: present - skeleton: /etc/skel - shell: /bin/bash - system: no - createhome: yes - home: /home/igor -- authorized_key: - user: igor - state: present - key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMDy+FMkM8Dhjj57dIZa6Aw3nvBIHiIzBU/rwNtOL20V"