Merge branch 'amcclure' of thunix/ansible into master
This commit is contained in:
commit
df954f4f79
|
@ -10,7 +10,10 @@
|
||||||
createhome: yes
|
createhome: yes
|
||||||
home: /home/r
|
home: /home/r
|
||||||
|
|
||||||
|
- authorized_key:
|
||||||
|
user: r
|
||||||
|
state: present
|
||||||
|
key: "ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEAmzaAVzYekUlrMwZHVdb/TbgJWy6YsxWAdhDHYK06rlgqK2DqolsReUH//DZp/ORPWgPo4oUxH9blwarT9sDTqwlgACI8osAmsWvLtWm0i/h4chcWRlanMOlZiRO2uy/extvS6qaEJmOkBVot9hp+rRFhf331YwgVCj/5H6NUyxG1EFhC5e6B+qpwQ5w7ejY4Bt2NSNC61UXgmH9q+2dxr5+odUE6lxtSN26xbTRY2UR14b8MBQKbc8+r54FbpF7zzFJac5DiWBYBLp5CPKCnDmOqynkYwWaSkqDb4j9NKH4vOsahyOPVFyNis9AAMYO4ex2eFpCm+zJzgRpd3HsY9w=="
|
||||||
- authorized_key:
|
- authorized_key:
|
||||||
user: r
|
user: r
|
||||||
state: present
|
state: present
|
||||||
|
|
Loading…
Reference in New Issue