Adding user mcornick

This commit is contained in:
Blade of Darkness 2021-01-08 21:49:47 +01:00
parent 10b217d4f0
commit 37bead96b5
2 changed files with 16 additions and 0 deletions

View File

@ -304,3 +304,4 @@
- include: users/zackward.yml
- include: users/jack.yml
- include: users/xlamer.yml
- include: users/mcornick.yml

View File

@ -0,0 +1,15 @@
---
- name: Setting up mcornick
user:
name: mcornick
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/mcornick
- authorized_key:
user: mcornick
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHdYz/7llKpHco2IzZDW+tLKo+b3hZOecocnFtspIf3E"