Adding user haras
This commit is contained in:
parent
d312cca8a7
commit
51c384f854
|
@ -33,3 +33,4 @@
|
||||||
- include: users/riftwalkr.yml
|
- include: users/riftwalkr.yml
|
||||||
- include: users/gooly.yml
|
- include: users/gooly.yml
|
||||||
- include: users/slackjeff.yml
|
- include: users/slackjeff.yml
|
||||||
|
- include: users/haras.yml
|
||||||
|
|
|
@ -0,0 +1,15 @@
|
||||||
|
---
|
||||||
|
- name: Setting up haras
|
||||||
|
user:
|
||||||
|
name: haras
|
||||||
|
groups: tilde
|
||||||
|
state: present
|
||||||
|
skeleton: /etc/skel
|
||||||
|
shell: /bin/bash
|
||||||
|
system: no
|
||||||
|
createhome: yes
|
||||||
|
home: /home/haras
|
||||||
|
- authorized_key:
|
||||||
|
user: haras
|
||||||
|
state: present
|
||||||
|
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOOJjfUnrwQvqmcG9c+/NUAaGyAt+odb5BsEynAzWSXE haras@disroot.org"
|
Loading…
Reference in New Issue