Adding user urandom0

This commit is contained in:
Blade of Darkness 2022-04-10 09:17:28 +02:00
parent 138fc1a387
commit 012d7b1e0b
2 changed files with 16 additions and 0 deletions

View File

@ -333,3 +333,4 @@
- include: users/thepineappleguy.yml
- include: users/narendranath344.yml
- include: users/enochthechronocom.yml
- include: users/urandom0.yml

View File

@ -0,0 +1,15 @@
---
- name: Setting up urandom0
user:
name: urandom0
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/urandom0
- authorized_key:
user: urandom0
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINaeznteCkxTIJXsPAHLtEGsL1OLmml3UV0xHLEYc+yB balazs@thinkpad-fedora"