Adding user johk

This commit is contained in:
Blade of Darkness 2022-05-03 21:04:28 +02:00
parent ddd2cc87fd
commit 0e97944686
2 changed files with 16 additions and 0 deletions

View File

@ -341,3 +341,4 @@
- include: users/amixade.yml
- include: users/incognito.yml
- include: users/liltechdude.yml
- include: users/johk.yml

View File

@ -0,0 +1,15 @@
---
- name: Setting up johk
user:
name: johk
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/johk
- authorized_key:
user: johk
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHjgad/X8RRns5+gTjK33pQ+tobGf9fMCgLwLELALgUb john@kte"