diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index 81a4e3fc..d335c2f0 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -240,3 +240,4 @@ - include: users/Cha0t1c.yml - include: users/farooqkz.yml - include: users/hellspawn.yml +- include: users/kuldar.yml diff --git a/roles/shell/tasks/users/kuldar.yml b/roles/shell/tasks/users/kuldar.yml new file mode 100644 index 00000000..8864b8c7 --- /dev/null +++ b/roles/shell/tasks/users/kuldar.yml @@ -0,0 +1,15 @@ +--- +- name: Setting up kuldar + user: + name: kuldar + groups: tilde + state: present + skeleton: /etc/skel + shell: /bin/bash + system: no + createhome: yes + home: /home/kuldar +- authorized_key: + user: kuldar + state: present + key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPMxfEsl6GwmfM1NUnSErOQXY4Klw1e0mTzJxrHVdTNU kuldar@localhost"