mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-25 05:40:17 +00:00
Adding user zihtt
This commit is contained in:
@@ -326,3 +326,4 @@
|
||||
- include: users/hr7tesh.yml
|
||||
- include: users/cempe.yml
|
||||
- include: users/generality.yml
|
||||
- include: users/zihtt.yml
|
||||
|
||||
15
roles/shell/tasks/users/zihtt.yml
Normal file
15
roles/shell/tasks/users/zihtt.yml
Normal file
@@ -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"
|
||||
Reference in New Issue
Block a user