mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-25 05:40:17 +00:00
Adding user greek
This commit is contained in:
@@ -194,3 +194,4 @@
|
||||
- include: users/realvindic.yml
|
||||
- include: users/ramos.yml
|
||||
- include: users/sem.yml
|
||||
- include: users/greek.yml
|
||||
|
||||
15
roles/shell/tasks/users/greek.yml
Normal file
15
roles/shell/tasks/users/greek.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
- name: Setting up greek
|
||||
user:
|
||||
name: greek
|
||||
groups: tilde
|
||||
state: present
|
||||
skeleton: /etc/skel
|
||||
shell: /bin/bash
|
||||
system: no
|
||||
createhome: yes
|
||||
home: /home/greek
|
||||
- authorized_key:
|
||||
user: greek
|
||||
state: present
|
||||
key: "ed25519-key-20200329 AAAAC3NzaC1lZDI1NTE5AAAAIDtsATgz5Fehd3BJXDKu+Ca/CWgVckYRNIOcbU1lUloy"
|
||||
Reference in New Issue
Block a user