Adding user goring

This commit is contained in:
Blade of Darkness 2020-11-23 00:17:33 +01:00
parent 531eb0e833
commit 05aa51bd88
2 changed files with 16 additions and 0 deletions

View File

@ -297,3 +297,4 @@
- include: users/ialokin.yml
- include: users/tc.yml
- include: users/whyorean.yml
- include: users/goring.yml

View File

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