diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index d335c2f..419dbf4 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -241,3 +241,4 @@ - include: users/farooqkz.yml - include: users/hellspawn.yml - include: users/kuldar.yml +- include: users/igor.yml diff --git a/roles/shell/tasks/users/igor.yml b/roles/shell/tasks/users/igor.yml new file mode 100644 index 0000000..56b9be5 --- /dev/null +++ b/roles/shell/tasks/users/igor.yml @@ -0,0 +1,15 @@ +--- +- 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"