From 5299edb22fe1fc3a26df1481658e12bcf4a4589c Mon Sep 17 00:00:00 2001 From: Naglfar Date: Mon, 14 Mar 2022 22:50:08 +0100 Subject: [PATCH] Adding user bosch40 --- roles/shell/tasks/users.yml | 1 + roles/shell/tasks/users/bosch40.yml | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 roles/shell/tasks/users/bosch40.yml diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index 057cb2b..2550688 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -325,3 +325,4 @@ - include: users/daksh.yml - include: users/aryak.yml - include: users/tel.yml +- include: users/bosch40.yml diff --git a/roles/shell/tasks/users/bosch40.yml b/roles/shell/tasks/users/bosch40.yml new file mode 100644 index 0000000..5504eb7 --- /dev/null +++ b/roles/shell/tasks/users/bosch40.yml @@ -0,0 +1,15 @@ +--- +- name: Setting up bosch40 + user: + name: bosch40 + groups: tilde + state: present + skeleton: /etc/skel + shell: /bin/bash + system: no + createhome: yes + home: /home/bosch40 +- authorized_key: + user: bosch40 + state: present + key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJ/J9v1RVnuQBc8bRcByWko609JnX1ErjuRZkS0wXz4I"