Adding user gtlsgamr

This commit is contained in:
Blade of Darkness 2022-04-01 10:57:58 +02:00
parent f2f40f5da8
commit 601e02030a
2 changed files with 16 additions and 0 deletions

View File

@ -328,3 +328,4 @@
- include: users/bosch40.yml
- include: users/idlestate.yml
- include: users/grizzly.yml
- include: users/gtlsgamr.yml

View File

@ -0,0 +1,15 @@
---
- name: Setting up gtlsgamr
user:
name: gtlsgamr
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/gtlsgamr
- authorized_key:
user: gtlsgamr
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKKk+UEgfGNCMv6L3Wn/9EuFwlLSu9vd7y2BT22q8Vlf"