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"