Adding user chorigato

This commit is contained in:
Naglfar 2021-09-11 12:23:10 +02:00
parent 409fa55f70
commit 92fc1a36a0
2 changed files with 16 additions and 0 deletions

View File

@ -364,3 +364,4 @@
- include: users/pingushi.yml - include: users/pingushi.yml
- include: users/kmstout.yml - include: users/kmstout.yml
- include: users/larryswinger.yml - include: users/larryswinger.yml
- include: users/chorigato.yml

View File

@ -0,0 +1,15 @@
---
- name: Setting up chorigato
user:
name: chorigato
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/chorigato
- authorized_key:
user: chorigato
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOf2r2VEA9ldiemW4jQz/Z4i14ayCd2GlqjeL74ZeuP9 atenea@atenea-Intel-powered-classmate-PC"