Adding user olya

This commit is contained in:
Ubergeek 2019-12-12 15:50:38 +00:00
parent e85aa7ed05
commit f466f59b87
2 changed files with 16 additions and 0 deletions

View File

@ -165,3 +165,4 @@
- include: users/info.yml
- include: users/clu.yml
- include: users/sebre.yml
- include: users/olya.yml

View File

@ -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"