From f466b16ac4222198ae51e819a5e6b90a9bac0840 Mon Sep 17 00:00:00 2001 From: Naglfar Date: Sat, 20 Mar 2021 03:57:11 +0100 Subject: [PATCH] Adding user mptyhead --- roles/shell/tasks/users.yml | 1 + roles/shell/tasks/users/mptyhead.yml | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 roles/shell/tasks/users/mptyhead.yml diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index 76f2295..185dbc9 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -327,3 +327,4 @@ - include: users/cempe.yml - include: users/generality.yml - include: users/zihtt.yml +- include: users/mptyhead.yml diff --git a/roles/shell/tasks/users/mptyhead.yml b/roles/shell/tasks/users/mptyhead.yml new file mode 100644 index 0000000..07a4160 --- /dev/null +++ b/roles/shell/tasks/users/mptyhead.yml @@ -0,0 +1,15 @@ +--- +- name: Setting up mptyhead + user: + name: mptyhead + groups: tilde + state: present + skeleton: /etc/skel + shell: /bin/bash + system: no + createhome: yes + home: /home/mptyhead +- authorized_key: + user: mptyhead + state: present + key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHohRSGGaXi6fKVtibW5LQJGuz48gCA6IH1nfpxLiwg5 timpen@penguin"