Adding user loki
This commit is contained in:
parent
20bcf3873e
commit
9588109719
|
@ -209,3 +209,4 @@
|
||||||
- include: users/Iyxbaideus.yml
|
- include: users/Iyxbaideus.yml
|
||||||
- include: users/knight.yml
|
- include: users/knight.yml
|
||||||
- include: users/wilfredex.yml
|
- include: users/wilfredex.yml
|
||||||
|
- include: users/loki.yml
|
||||||
|
|
|
@ -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"
|
Loading…
Reference in New Issue