Adding user nacionalna.sigurnost
This commit is contained in:
parent
a533a0bf69
commit
ccf8cf83cc
|
@ -371,3 +371,4 @@
|
||||||
- include: users/forero.yml
|
- include: users/forero.yml
|
||||||
- include: users/aiden.yml
|
- include: users/aiden.yml
|
||||||
- include: users/vxrx.yml
|
- include: users/vxrx.yml
|
||||||
|
- include: users/nacionalna.sigurnost.yml
|
||||||
|
|
|
@ -0,0 +1,15 @@
|
||||||
|
---
|
||||||
|
- name: Setting up nacionalna.sigurnost
|
||||||
|
user:
|
||||||
|
name: nacionalna.sigurnost
|
||||||
|
groups: tilde
|
||||||
|
state: present
|
||||||
|
skeleton: /etc/skel
|
||||||
|
shell: /bin/bash
|
||||||
|
system: no
|
||||||
|
createhome: yes
|
||||||
|
home: /home/nacionalna.sigurnost
|
||||||
|
- authorized_key:
|
||||||
|
user: nacionalna.sigurnost
|
||||||
|
state: present
|
||||||
|
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOd0eW9g4tOuEpU7+whbMJyrBGUlq80Zy5mnavlkDh7G octai@DESKTOP-HJ0SUMB"
|
Loading…
Reference in New Issue