Adding user lokiwho

This commit is contained in:
Ubergeek 2021-04-11 20:31:27 -04:00
parent 61d92cb8d6
commit 69d10d3f3f
2 changed files with 16 additions and 0 deletions

View File

@ -334,3 +334,4 @@
- include: users/ocz.yml
- include: users/sanercreighton.yml
- include: users/pg.yml
- include: users/lokiwho.yml

View File

@ -0,0 +1,15 @@
---
- name: Setting up lokiwho
user:
name: lokiwho
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/lokiwho
- authorized_key:
user: lokiwho
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIK3PJfAIT3dj/dCbecKMPtLEwKOdwERWI+lBJJhCNRRl loki@puddlejumper"