Adding user t0rchedf3rn

This commit is contained in:
Naglfar 2022-01-28 22:38:22 +01:00
parent c6a60a2d51
commit 613506c740
2 changed files with 16 additions and 0 deletions

View File

@ -398,3 +398,4 @@
- include: users/clc9.yml
- include: users/arctic5824.yml
- include: users/caelp.yml
- include: users/t0rchedf3rn.yml

View File

@ -0,0 +1,15 @@
---
- name: Setting up t0rchedf3rn
user:
name: t0rchedf3rn
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/t0rchedf3rn
- authorized_key:
user: t0rchedf3rn
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPYW4xMAgyRgqeIjazbKwY2w8aos/UmsEu3Rhk9677zf t0rchedf3rn@LAPTOP-9LT990T3"