Add 'roles/shell/tasks/users/r.yml'

This commit is contained in:
Anton McClure 2018-12-26 09:02:12 -05:00
parent 25896f3677
commit 841d04fad0
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
---
- name: Setting up r
user:
name: r
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/r
- authorized_key:
user: r
state: present
key: "ssh-rsa ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEAmzaAVzYekUlrMwZHVdb/TbgJWy6YsxWAdhDHYK06rlgqK2DqolsReUH//DZp/ORPWgPo4oUxH9blwarT9sDTqwlgACI8osAmsWvLtWm0i/h4chcWRlanMOlZiRO2uy/extvS6qaEJmOkBVot9hp+rRFhf331YwgVCj/5H6NUyxG1EFhC5e6B+qpwQ5w7ejY4Bt2NSNC61UXgmH9q+2dxr5+odUE6lxtSN26xbTRY2UR14b8MBQKbc8+r54FbpF7zzFJac5DiWBYBLp5CPKCnDmOqynkYwWaSkqDb4j9NKH4vOsahyOPVFyNis9AAMYO4ex2eFpCm+zJzgRpd3HsY9w== rsa-key-20181226"