mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-24 05:30:18 +00:00
Adding user t0rchedf3rn
This commit is contained in:
@@ -398,3 +398,4 @@
|
||||
- include: users/clc9.yml
|
||||
- include: users/arctic5824.yml
|
||||
- include: users/caelp.yml
|
||||
- include: users/t0rchedf3rn.yml
|
||||
|
||||
15
roles/shell/tasks/users/t0rchedf3rn.yml
Normal file
15
roles/shell/tasks/users/t0rchedf3rn.yml
Normal 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"
|
||||
Reference in New Issue
Block a user