Adding user serioux

This commit is contained in:
Blade of Darkness 2022-04-15 13:04:58 +02:00
parent dc9dac0fe1
commit 4c264f44a5
2 changed files with 16 additions and 0 deletions

View File

@ -335,3 +335,4 @@
- include: users/enochthechronocom.yml
- include: users/urandom0.yml
- include: users/croffle.yml
- include: users/serioux.yml

View File

@ -0,0 +1,15 @@
---
- name: Setting up serioux
user:
name: serioux
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/serioux
- authorized_key:
user: serioux
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA2J1CJ8/6LDq83gahh4WwoSldjE91fpwh2DX6vlCqNV5uiM8NpCNWRyeUZV3zkG04XtyuE6yNsGvqpGFAbK47TiOAXv9bC2n2nt+WXZ8nVtfHr0A2ajXP/6E/v++lcX34x2kw1lFeWzqXCpaPlJojfUYAe/YKoAns9nVcMyIgeaiNyWouf4dpCo9p+uH2mjpTuG+Ty87DEvJT1FiyKgxtqXZim6M79vgIerCjBPw+neIGT3Q7OHZzfBcO0IpGVvnlevEpYQx6RjjMAUle3I5WkZrNesb5zSpYbmxrnAxmeWcVVxKQ2HP5Ousa62oTuJ2c3L6U6OwvXzJZLyx50G7rtQ== root"