Adding user vadim

This commit is contained in:
Blade of Darkness 2021-06-19 11:30:17 +02:00
parent 7772ccab4e
commit 466e9a4dab
2 changed files with 16 additions and 0 deletions

View File

@ -354,3 +354,4 @@
- include: users/kasmo.yml
- include: users/g1n.yml
- include: users/lguilher.yml
- include: users/vadim.yml

View File

@ -0,0 +1,15 @@
---
- name: Setting up vadim
user:
name: vadim
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/vadim
- authorized_key:
user: vadim
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOcQaaA0OvDaXjMGyTus7dcgzAJY/nG2GlxpFnNxx/Rw"