Adding user q45

This commit is contained in:
Blade of Darkness 2020-11-23 20:55:02 +01:00
parent 05aa51bd88
commit 465df5a662
2 changed files with 16 additions and 0 deletions

View File

@ -298,3 +298,4 @@
- include: users/tc.yml
- include: users/whyorean.yml
- include: users/goring.yml
- include: users/q45.yml

View File

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