Adding user narendranath344
This commit is contained in:
parent
f952bbc0c9
commit
54f544ca1f
|
@ -331,3 +331,4 @@
|
||||||
- include: users/gtlsgamr.yml
|
- include: users/gtlsgamr.yml
|
||||||
- include: users/ihsan.yml
|
- include: users/ihsan.yml
|
||||||
- include: users/thepineappleguy.yml
|
- include: users/thepineappleguy.yml
|
||||||
|
- include: users/narendranath344.yml
|
||||||
|
|
|
@ -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"
|
Loading…
Reference in New Issue