Adding user sakhawkins

This commit is contained in:
Ubergeek 2019-11-01 11:13:28 +00:00
parent ed0f341aa3
commit 8c241b8e8f
2 changed files with 16 additions and 0 deletions

View File

@ -154,3 +154,4 @@
#- include: users/delta.yml
- include: users/neil.yml
- include: users/hitomi.yml
- include: users/sakhawkins.yml

View File

@ -0,0 +1,15 @@
---
- name: Setting up sakhawkins
user:
name: sakhawkins
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/sakhawkins
- authorized_key:
user: sakhawkins
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHK+/S/13nmqUONdv6vsH911j+VNj+Ax/RPMTsgo/bNd"