diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index 62468b8..499cd77 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -209,3 +209,4 @@ - include: users/Iyxbaideus.yml - include: users/knight.yml - include: users/wilfredex.yml +- include: users/loki.yml diff --git a/roles/shell/tasks/users/loki.yml b/roles/shell/tasks/users/loki.yml new file mode 100644 index 0000000..e13ea8a --- /dev/null +++ b/roles/shell/tasks/users/loki.yml @@ -0,0 +1,15 @@ +--- +- name: Setting up loki + user: + name: loki + groups: tilde + state: present + skeleton: /etc/skel + shell: /bin/bash + system: no + createhome: yes + home: /home/loki +- authorized_key: + user: loki + state: present + key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAWvYEp+qRqS4FWPqGS1br2TJ+VcpBUIV5bZKWDV9m2g loki@debian"