Adding user haras
continuous-integration/drone/push Build is passing Details

This commit is contained in:
deepend 2023-08-24 09:21:29 -06:00
parent d312cca8a7
commit 51c384f854
2 changed files with 16 additions and 0 deletions

View File

@ -33,3 +33,4 @@
- include: users/riftwalkr.yml
- include: users/gooly.yml
- include: users/slackjeff.yml
- include: users/haras.yml

View File

@ -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"