Adding user lickthecheese

This commit is contained in:
Blade of Darkness 2020-05-10 13:09:20 +02:00
parent a804aa0020
commit ed0c13c646
2 changed files with 16 additions and 0 deletions

View File

@ -216,3 +216,4 @@
- include: users/resultcek.yml
- include: users/rohs.yml
- include: users/lukewarmcat.yml
- include: users/lickthecheese.yml

View File

@ -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"