added user southerntofu
This commit is contained in:
parent
f7f63066d6
commit
7bf0f5f289
|
@ -93,3 +93,4 @@
|
||||||
- include: users/vigilant.yml
|
- include: users/vigilant.yml
|
||||||
- include: users/isaac.yml
|
- include: users/isaac.yml
|
||||||
- include: users/moskrin.yml
|
- include: users/moskrin.yml
|
||||||
|
- include: users/southerntofu.yml
|
||||||
|
|
|
@ -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"
|
Loading…
Reference in New Issue