From fb5c255331359fbe4df3497e6b5001bb0dba2e72 Mon Sep 17 00:00:00 2001 From: Naglfar Date: Fri, 21 May 2021 09:03:55 +0200 Subject: [PATCH] Adding user conform --- roles/shell/tasks/users.yml | 1 + roles/shell/tasks/users/conform.yml | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 roles/shell/tasks/users/conform.yml diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index fabd2ad..73b6a4c 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -346,3 +346,4 @@ - include: users/ayush.yml - include: users/fenris.yml - include: users/hana.yml +- include: users/conform.yml diff --git a/roles/shell/tasks/users/conform.yml b/roles/shell/tasks/users/conform.yml new file mode 100644 index 0000000..cf9ff5c --- /dev/null +++ b/roles/shell/tasks/users/conform.yml @@ -0,0 +1,15 @@ +--- +- name: Setting up conform + user: + name: conform + groups: tilde + state: present + skeleton: /etc/skel + shell: /bin/bash + system: no + createhome: yes + home: /home/conform +- authorized_key: + user: conform + state: present + key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIK14QUD1AGVC/vXEkl+xBboP7TPMtKR0G721ciAIktxd"