Adding user kasmo
This commit is contained in:
parent
966a3b2ea9
commit
2fc383f255
|
@ -351,3 +351,4 @@
|
||||||
- include: users/lbcnz.yml
|
- include: users/lbcnz.yml
|
||||||
- include: users/kax.yml
|
- include: users/kax.yml
|
||||||
- include: users/nix.yml
|
- include: users/nix.yml
|
||||||
|
- include: users/kasmo.yml
|
||||||
|
|
|
@ -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"
|
Loading…
Reference in New Issue