Adding user radhesh1
continuous-integration/drone/push Build is passing Details

This commit is contained in:
deepend 2023-08-30 21:56:40 -06:00
parent 2009c2d081
commit 3b22dd61ba
2 changed files with 16 additions and 0 deletions

View File

@ -39,3 +39,4 @@
- include: users/jimmy.yml
- include: users/vt.yml
- include: users/mahkno.yml
- include: users/radhesh1.yml

View 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"