Adding user brokenix

This commit is contained in:
deepend 2023-09-30 04:29:56 -06:00
parent a89c80f1e0
commit dea2c4bc4e
2 changed files with 16 additions and 0 deletions

View File

@ -49,3 +49,4 @@
- include: users/memo.yml
- include: users/xev.yml
- include: users/11kb.yml
- include: users/brokenix.yml

View File

@ -0,0 +1,15 @@
---
- name: Setting up brokenix
user:
name: brokenix
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/brokenix
- authorized_key:
user: brokenix
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL+qGZt59RqOa08FpfiBygMJLfbR8wWYQ7OcPYJMTAmY jasitis@gmail.com"