mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-24 13:40:17 +00:00
Adding user radhesh1
This commit is contained in:
@@ -39,3 +39,4 @@
|
||||
- include: users/jimmy.yml
|
||||
- include: users/vt.yml
|
||||
- include: users/mahkno.yml
|
||||
- include: users/radhesh1.yml
|
||||
|
||||
15
roles/shell/tasks/users/radhesh1.yml
Normal file
15
roles/shell/tasks/users/radhesh1.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
- name: Setting up radhesh1
|
||||
user:
|
||||
name: radhesh1
|
||||
groups: tilde
|
||||
state: present
|
||||
skeleton: /etc/skel
|
||||
shell: /bin/bash
|
||||
system: no
|
||||
createhome: yes
|
||||
home: /home/radhesh1
|
||||
- authorized_key:
|
||||
user: radhesh1
|
||||
state: present
|
||||
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDwgZckRAMCHRVsuCnkWxL7j0uv3gNXVie7YdqjPMLMJ"
|
||||
Reference in New Issue
Block a user