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