Adding user t0rchedf3rn
This commit is contained in:
parent
c6a60a2d51
commit
613506c740
|
@ -398,3 +398,4 @@
|
|||
- include: users/clc9.yml
|
||||
- include: users/arctic5824.yml
|
||||
- include: users/caelp.yml
|
||||
- include: users/t0rchedf3rn.yml
|
||||
|
|
|
@ -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"
|
Loading…
Reference in New Issue