From f82c4ae64e0eb6920d83328edef09ce476ad91b4 Mon Sep 17 00:00:00 2001 From: Naglfar Date: Tue, 20 Oct 2020 00:25:34 +0200 Subject: [PATCH] Adding user alma --- roles/shell/tasks/users.yml | 1 + roles/shell/tasks/users/alma.yml | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 roles/shell/tasks/users/alma.yml diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index 4b5fb80..947c3fc 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -283,3 +283,4 @@ - include: users/riolo.yml - include: users/catman.yml - include: users/genvara.yml +- include: users/alma.yml diff --git a/roles/shell/tasks/users/alma.yml b/roles/shell/tasks/users/alma.yml new file mode 100644 index 0000000..ae00c43 --- /dev/null +++ b/roles/shell/tasks/users/alma.yml @@ -0,0 +1,15 @@ +--- +- name: Setting up alma + user: + name: alma + groups: tilde + state: present + skeleton: /etc/skel + shell: /bin/bash + system: no + createhome: yes + home: /home/alma +- authorized_key: + user: alma + state: present + key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICFIttcpz0eFOYh3jUVw2NRST5rAFFFFPWfn6yNuuhat alma@laptop"