Merge branch 'amcclure' of thunix/ansible into master

This commit is contained in:
Anton McClure 2018-12-27 17:09:34 -05:00 committed by Gitea
commit 82baaf4170
2 changed files with 17 additions and 1 deletions

View File

@ -20,4 +20,5 @@
- include: users/r.yml
- include: users/brendantcc.yml
- include: users/dragon.yml
- include: users/spanmer.yml
- include: users/spanmer.yml
- include: users/panzer.yml

View File

@ -0,0 +1,15 @@
---
- name: Setting up panzer
user:
name: panzer
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/panzer
- authorized_key:
user: panzer
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEAiIOM7JmQHGBkcIdX4U+eSOfImF7F+aluXVCLwzb/nUVa5zwlFWlNPRSBcpYgaamEBWHbS4UjP7dEKHRIkGyeCChVRHPoXZY5YIvWyxFrS2EpVA+xqrRRYp/pzw4248ZsVMEBb7wWpCv9IJ1NIMN4BKw7fAurqFa+WC0R1rcIIFrjfdOyEt5RB2TiOuKBaAxet0cMPK/bfPNprKILVRiCzY2LZA9m37L5KK+KPkVVw5Dyg7Fswbx1QogO/7hU6lD3oqF4RjVMbxVFGe2YG40+goUCkQaZ2BbWMWs0uWZdgg9pUIIPwU4i7K+frMdLftAKpQNTCSpWOWfGcllOaNcuEw=="