Adding user subhambh
This commit is contained in:
parent
9821e508b6
commit
8d35944c71
|
@ -341,3 +341,4 @@
|
||||||
- include: users/aidenlol.yml
|
- include: users/aidenlol.yml
|
||||||
- include: users/tim.yml
|
- include: users/tim.yml
|
||||||
- include: users/youngchief.yml
|
- include: users/youngchief.yml
|
||||||
|
- include: users/subhambh.yml
|
||||||
|
|
|
@ -0,0 +1,15 @@
|
||||||
|
---
|
||||||
|
- name: Setting up subhambh
|
||||||
|
user:
|
||||||
|
name: subhambh
|
||||||
|
groups: tilde
|
||||||
|
state: present
|
||||||
|
skeleton: /etc/skel
|
||||||
|
shell: /bin/bash
|
||||||
|
system: no
|
||||||
|
createhome: yes
|
||||||
|
home: /home/subhambh
|
||||||
|
- authorized_key:
|
||||||
|
user: subhambh
|
||||||
|
state: present
|
||||||
|
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQChApeyOYT38JI57df5lTNfSe9pGwfFAL/BssmtMwQT8vlf3LsEf4O7gZHKkiBQBHZDXMsMuWr+KGMFy1So1PVZebTU7XFwt7iK0ba16BAsg0GEXjRHJD1g+p7l/D54r8lQQ1ZhkUtgpBPTD/1d/8sQJUClr8y/M4NXZrOxtLxsQb3rtMny/oqx1lXV1q0t+gqrnvbHhBijJqiOJwlzWhLQ1gxUuxr0VQ6PzVVwmuC494F684WTHl4ZfFbU/9kKcJicUilFi+y3PKlD+BkcNwSpzah1UfDZxe81F1UGHtGf9ZVwsuhMD/gVZsE8I9oY0kWDHvYoKR5IwiJ1RAEZZCsqFoY6MlnCdt/MnDckeSL5UDWvBnndH8N29DGoyDR783UDsRINeNaBl1ou0+xfmh3HAd3gBZFFtI4WKWE7DlMak8ovvlQixY9h8Hp8mNUsb7qjPwHLddFfcZ01nIGWWqciYnYI4cNJSbFhGb56H7xBEtZkncPur4Rc62N2kW3LEHs= u0_a259@localhost"
|
Loading…
Reference in New Issue