From 92fc1a36a038ca4b5139a6dd6a8c736c4c532169 Mon Sep 17 00:00:00 2001 From: Naglfar Date: Sat, 11 Sep 2021 12:23:10 +0200 Subject: [PATCH] Adding user chorigato --- roles/shell/tasks/users.yml | 1 + roles/shell/tasks/users/chorigato.yml | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 roles/shell/tasks/users/chorigato.yml diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index 3078d63..9b41098 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -364,3 +364,4 @@ - include: users/pingushi.yml - include: users/kmstout.yml - include: users/larryswinger.yml +- include: users/chorigato.yml diff --git a/roles/shell/tasks/users/chorigato.yml b/roles/shell/tasks/users/chorigato.yml new file mode 100644 index 0000000..57ad781 --- /dev/null +++ b/roles/shell/tasks/users/chorigato.yml @@ -0,0 +1,15 @@ +--- +- name: Setting up chorigato + user: + name: chorigato + groups: tilde + state: present + skeleton: /etc/skel + shell: /bin/bash + system: no + createhome: yes + home: /home/chorigato +- authorized_key: + user: chorigato + state: present + key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOf2r2VEA9ldiemW4jQz/Z4i14ayCd2GlqjeL74ZeuP9 atenea@atenea-Intel-powered-classmate-PC"