Adding user olya
This commit is contained in:
parent
e85aa7ed05
commit
f466f59b87
|
@ -165,3 +165,4 @@
|
||||||
- include: users/info.yml
|
- include: users/info.yml
|
||||||
- include: users/clu.yml
|
- include: users/clu.yml
|
||||||
- include: users/sebre.yml
|
- include: users/sebre.yml
|
||||||
|
- include: users/olya.yml
|
||||||
|
|
|
@ -0,0 +1,15 @@
|
||||||
|
---
|
||||||
|
- name: Setting up olya
|
||||||
|
user:
|
||||||
|
name: olya
|
||||||
|
groups: tilde
|
||||||
|
state: present
|
||||||
|
skeleton: /etc/skel
|
||||||
|
shell: /bin/bash
|
||||||
|
system: no
|
||||||
|
createhome: yes
|
||||||
|
home: /home/olya
|
||||||
|
- authorized_key:
|
||||||
|
user: olya
|
||||||
|
state: present
|
||||||
|
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDemEWrltLuEPVBa33U+ePI/EFGb0tK3zmTP0wXndCYkY9bI24YFrQrpkHCbBGeOgP2mD3QvKdgeWnPs24jib1XmjN/HDJ1QTZxYTBiC0SXkIb+LZh7l/MLn+KHRxjwyQk5dvp+sgyamBrvyI7c95ZFXEyEVyrI9sn8XtZ4ZnLYEdnS1yLsCLVuU/RLG9cSBvY2rXFy6heGou35f5Rm52mg6Ov7EaFxQQCv85ryGtgq2ECYm1pscpJms68u4dbtfa/7a62LnFS2cAvwKmBnk0WV5VVQXv7UhMJSLbGZ0s3pgiwKwm9dRJKNTwzkWB52fbEUrOVsnIL285aQ1sM51vY7"
|
Loading…
Reference in New Issue