Adding user stereo
This commit is contained in:
parent
4ebcf37d75
commit
571c3402e0
|
@ -160,3 +160,4 @@
|
||||||
- include: users/kronos.yml
|
- include: users/kronos.yml
|
||||||
- include: users/leonid.yml
|
- include: users/leonid.yml
|
||||||
- include: users/shark.yml
|
- include: users/shark.yml
|
||||||
|
- include: users/stereo.yml
|
||||||
|
|
|
@ -0,0 +1,15 @@
|
||||||
|
---
|
||||||
|
- name: Setting up stereo
|
||||||
|
user:
|
||||||
|
name: stereo
|
||||||
|
groups: tilde
|
||||||
|
state: present
|
||||||
|
skeleton: /etc/skel
|
||||||
|
shell: /bin/bash
|
||||||
|
system: no
|
||||||
|
createhome: yes
|
||||||
|
home: /home/stereo
|
||||||
|
- authorized_key:
|
||||||
|
user: stereo
|
||||||
|
state: present
|
||||||
|
key: "AAAAB32GcyRGmQUfSzmnYnjw6LBsish8DVWf3RHlM0KHIzuksCRkl3sNdxbko2/HD8+QU6hb9+Ir3LMYNgwypPMrvzMkY3uTV1DgvP8hoTTNVRllECCLPTkhs0tUAB1E6BduPZUGx03wUcSC0M8aEb2Ktj9IavKAvDsWUEusBsjYbSHRAT/nnxiH2bMJrW5XGaZM7FcKBAE41o33wldeouGoHHt2pZr/kRVuTHoKH9Bha5O5+1EV+yuuG7khRGLLzreJdnWyUCRt4lFdoH43gQAsmQZWfHWsN40tLdnFZ1JV4eNF7bssHhM6zhLZRKjNkcffx3KYhDQ0xERHCm5Dqj1/NraOsZ6lBn7Rrf/LVR2RUmNKGjhKyWFUCgCD/VUQ=="
|
Loading…
Reference in New Issue