Adding user loki

This commit is contained in:
Ubergeek 2020-04-29 07:36:29 -04:00
parent 20bcf3873e
commit 9588109719
2 changed files with 16 additions and 0 deletions

View File

@ -209,3 +209,4 @@
- include: users/Iyxbaideus.yml
- include: users/knight.yml
- include: users/wilfredex.yml
- include: users/loki.yml

View File

@ -0,0 +1,15 @@
---
- name: Setting up loki
user:
name: loki
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/loki
- authorized_key:
user: loki
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAWvYEp+qRqS4FWPqGS1br2TJ+VcpBUIV5bZKWDV9m2g loki@debian"