added dariusz
This commit is contained in:
parent
ca45de66af
commit
d10656b0de
|
@ -94,3 +94,4 @@
|
|||
- include: users/isaac.yml
|
||||
- include: users/moskrin.yml
|
||||
- include: users/southerntofu.yml
|
||||
- include: users/dariusz.yml
|
||||
|
|
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
- name: Setting up dariusz
|
||||
user:
|
||||
name: dariusz
|
||||
groups: tilde
|
||||
state: present
|
||||
skeleton: /etc/skel
|
||||
shell: /bin/bash
|
||||
system: no
|
||||
createhome: yes
|
||||
home: /home/dariusz
|
||||
- authorized_key:
|
||||
user: dariusz
|
||||
state: present
|
||||
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIP6vXOyzz4nwf5NwC80iwlL48ekmvcSxxa+lHVb20AGg"
|
Loading…
Reference in New Issue