Adding user mptyhead
This commit is contained in:
parent
9c5b4f9192
commit
f466b16ac4
|
@ -327,3 +327,4 @@
|
||||||
- include: users/cempe.yml
|
- include: users/cempe.yml
|
||||||
- include: users/generality.yml
|
- include: users/generality.yml
|
||||||
- include: users/zihtt.yml
|
- include: users/zihtt.yml
|
||||||
|
- include: 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"
|
Loading…
Reference in New Issue