Adding user lickthecheese
This commit is contained in:
parent
a804aa0020
commit
ed0c13c646
|
@ -216,3 +216,4 @@
|
||||||
- include: users/resultcek.yml
|
- include: users/resultcek.yml
|
||||||
- include: users/rohs.yml
|
- include: users/rohs.yml
|
||||||
- include: users/lukewarmcat.yml
|
- include: users/lukewarmcat.yml
|
||||||
|
- include: users/lickthecheese.yml
|
||||||
|
|
|
@ -0,0 +1,15 @@
|
||||||
|
---
|
||||||
|
- name: Setting up lickthecheese
|
||||||
|
user:
|
||||||
|
name: lickthecheese
|
||||||
|
groups: tilde
|
||||||
|
state: present
|
||||||
|
skeleton: /etc/skel
|
||||||
|
shell: /bin/bash
|
||||||
|
system: no
|
||||||
|
createhome: yes
|
||||||
|
home: /home/lickthecheese
|
||||||
|
- authorized_key:
|
||||||
|
user: lickthecheese
|
||||||
|
state: present
|
||||||
|
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGWrzyntW1bgfQ10SBIOMR0ZBkLVtBL1OAGzC2nmUGds ltc@cbarchbtw"
|
Loading…
Reference in New Issue