Adding user thefunkyspaw

This commit is contained in:
Blade of Darkness 2020-10-20 00:26:29 +02:00
parent f82c4ae64e
commit 39354ea46c
2 changed files with 16 additions and 0 deletions

View File

@ -284,3 +284,4 @@
- include: users/catman.yml
- include: users/genvara.yml
- include: users/alma.yml
- include: users/thefunkyspaw.yml

View File

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