Adding user mptyhead

This commit is contained in:
Blade of Darkness 2021-03-20 03:57:11 +01:00
parent 9c5b4f9192
commit f466b16ac4
2 changed files with 16 additions and 0 deletions

View File

@ -327,3 +327,4 @@
- include: users/cempe.yml
- include: users/generality.yml
- include: users/zihtt.yml
- include: users/mptyhead.yml

View File

@ -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"