Adding user kasmo

This commit is contained in:
Blade of Darkness 2021-05-31 08:19:51 +02:00
parent 966a3b2ea9
commit 2fc383f255
2 changed files with 16 additions and 0 deletions

View File

@ -351,3 +351,4 @@
- include: users/lbcnz.yml
- include: users/kax.yml
- include: users/nix.yml
- include: users/kasmo.yml

View File

@ -0,0 +1,15 @@
---
- name: Setting up kasmo
user:
name: kasmo
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/kasmo
- authorized_key:
user: kasmo
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAJary6oxxQMek/xdaGvGxWfw/co2MkDB/rDA1RyEx7f fernando@samBox"