Adding user acab
This commit is contained in:
parent
47a2a64277
commit
a70182e878
|
@ -279,3 +279,4 @@
|
|||
- include: users/GreenEyedFury.yml
|
||||
- include: users/angelmage.yml
|
||||
- include: users/deltav.yml
|
||||
- include: users/acab.yml
|
||||
|
|
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
- name: Setting up acab
|
||||
user:
|
||||
name: acab
|
||||
groups: tilde
|
||||
state: present
|
||||
skeleton: /etc/skel
|
||||
shell: /bin/bash
|
||||
system: no
|
||||
createhome: yes
|
||||
home: /home/acab
|
||||
- authorized_key:
|
||||
user: acab
|
||||
state: present
|
||||
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHsTmK5ROgW/v05L2FhFdtFUXtMcfPyGtf+pXLIBKcNt"
|
Loading…
Reference in New Issue