added user southerntofu

This commit is contained in:
Anton McClure 2019-03-26 20:00:47 -04:00
parent f7f63066d6
commit 7bf0f5f289
No known key found for this signature in database
GPG Key ID: DC9155FB2EEAA2EF
2 changed files with 16 additions and 0 deletions

View File

@ -93,3 +93,4 @@
- include: users/vigilant.yml
- include: users/isaac.yml
- include: users/moskrin.yml
- include: users/southerntofu.yml

View File

@ -0,0 +1,15 @@
---
- name: Setting up southerntofu
user:
name: southerntofu
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/southerntofu
- authorized_key:
user: southerntofu
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIG4bKe9LSA3/AY4gCB20eyJVPW+zOg07/b3A4QC0Z6XC user@laptop"