mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-24 13:40:17 +00:00
Adding user urandom0
This commit is contained in:
@@ -333,3 +333,4 @@
|
||||
- include: users/thepineappleguy.yml
|
||||
- include: users/narendranath344.yml
|
||||
- include: users/enochthechronocom.yml
|
||||
- include: users/urandom0.yml
|
||||
|
||||
15
roles/shell/tasks/users/urandom0.yml
Normal file
15
roles/shell/tasks/users/urandom0.yml
Normal 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"
|
||||
Reference in New Issue
Block a user