Adding user zihtt
This commit is contained in:
parent
c13226d38c
commit
9c5b4f9192
|
@ -326,3 +326,4 @@
|
||||||
- include: users/hr7tesh.yml
|
- include: users/hr7tesh.yml
|
||||||
- include: users/cempe.yml
|
- include: users/cempe.yml
|
||||||
- include: users/generality.yml
|
- include: users/generality.yml
|
||||||
|
- include: users/zihtt.yml
|
||||||
|
|
|
@ -0,0 +1,15 @@
|
||||||
|
---
|
||||||
|
- name: Setting up zihtt
|
||||||
|
user:
|
||||||
|
name: zihtt
|
||||||
|
groups: tilde
|
||||||
|
state: present
|
||||||
|
skeleton: /etc/skel
|
||||||
|
shell: /bin/bash
|
||||||
|
system: no
|
||||||
|
createhome: yes
|
||||||
|
home: /home/zihtt
|
||||||
|
- authorized_key:
|
||||||
|
user: zihtt
|
||||||
|
state: present
|
||||||
|
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPW+0jSSK/A7vcxtA7KRw6RDWlkn8P5Nv8eaNzuEkDjs"
|
Loading…
Reference in New Issue