From e13b534a1da030be039dc179c602b24950151110 Mon Sep 17 00:00:00 2001 From: Naglfar Date: Fri, 8 Oct 2021 17:55:18 +0200 Subject: [PATCH] Adding user picard --- roles/shell/tasks/users.yml | 1 + roles/shell/tasks/users/picard.yml | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 roles/shell/tasks/users/picard.yml diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index dd8036c..57de5a0 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -373,3 +373,4 @@ - include: users/vxrx.yml - include: users/nacionalna.sigurnost.yml - include: users/dev.yml +- include: users/picard.yml diff --git a/roles/shell/tasks/users/picard.yml b/roles/shell/tasks/users/picard.yml new file mode 100644 index 0000000..c0bd0d5 --- /dev/null +++ b/roles/shell/tasks/users/picard.yml @@ -0,0 +1,15 @@ +--- +- name: Setting up picard + user: + name: picard + groups: tilde + state: present + skeleton: /etc/skel + shell: /bin/bash + system: no + createhome: yes + home: /home/picard +- authorized_key: + user: picard + state: present + key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIB5Au9fKDdfZs461pZbUHfO0LrZ6ujJn8FKr7VQs7y83"