Adding user brokenix
This commit is contained in:
parent
a89c80f1e0
commit
dea2c4bc4e
|
@ -49,3 +49,4 @@
|
||||||
- include: users/memo.yml
|
- include: users/memo.yml
|
||||||
- include: users/xev.yml
|
- include: users/xev.yml
|
||||||
- include: users/11kb.yml
|
- include: users/11kb.yml
|
||||||
|
- include: users/brokenix.yml
|
||||||
|
|
|
@ -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"
|
Loading…
Reference in New Issue