From 69d10d3f3f810bee07584702afc8002036fc59fb Mon Sep 17 00:00:00 2001 From: Ubergeek Date: Sun, 11 Apr 2021 20:31:27 -0400 Subject: [PATCH] Adding user lokiwho --- roles/shell/tasks/users.yml | 1 + roles/shell/tasks/users/lokiwho.yml | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 roles/shell/tasks/users/lokiwho.yml diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index 23d1eef..ef6bbd6 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -334,3 +334,4 @@ - include: users/ocz.yml - include: users/sanercreighton.yml - include: users/pg.yml +- include: users/lokiwho.yml diff --git a/roles/shell/tasks/users/lokiwho.yml b/roles/shell/tasks/users/lokiwho.yml new file mode 100644 index 0000000..d0556eb --- /dev/null +++ b/roles/shell/tasks/users/lokiwho.yml @@ -0,0 +1,15 @@ +--- +- name: Setting up lokiwho + user: + name: lokiwho + groups: tilde + state: present + skeleton: /etc/skel + shell: /bin/bash + system: no + createhome: yes + home: /home/lokiwho +- authorized_key: + user: lokiwho + state: present + key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIK3PJfAIT3dj/dCbecKMPtLEwKOdwERWI+lBJJhCNRRl loki@puddlejumper"