Adding user grifit
This commit is contained in:
parent
aa12efc062
commit
6267c9da33
|
@ -177,3 +177,4 @@
|
||||||
- include: users/alotl.yml
|
- include: users/alotl.yml
|
||||||
- include: users/yaya1.yml
|
- include: users/yaya1.yml
|
||||||
- include: users/spike.yml
|
- include: users/spike.yml
|
||||||
|
- include: users/grifit.yml
|
||||||
|
|
|
@ -0,0 +1,15 @@
|
||||||
|
---
|
||||||
|
- name: Setting up grifit
|
||||||
|
user:
|
||||||
|
name: grifit
|
||||||
|
groups: tilde
|
||||||
|
state: present
|
||||||
|
skeleton: /etc/skel
|
||||||
|
shell: /bin/bash
|
||||||
|
system: no
|
||||||
|
createhome: yes
|
||||||
|
home: /home/grifit
|
||||||
|
- authorized_key:
|
||||||
|
user: grifit
|
||||||
|
state: present
|
||||||
|
key: "ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEAqUov/1nlKuLVZGHSXLT+4yYvIsxLI5LMTC9aBx04F0Y55DLjhF8aecJznDcrj5j6ru6uGH71cJOv3jivOwzihejPVhnSiwEKUHlux+4luALB6x/iUCCoSX13LglhY00VwsbehPmNPcU0FSwcy2PnoVQ8Xqrg9slERAKNaQo1TU2L5vXG/"
|
Loading…
Reference in New Issue