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

This commit is contained in:
Anton McClure 2018-12-27 17:08:02 -05:00
parent e1e273e4a1
commit 6bad41b8c8
1 changed files with 15 additions and 0 deletions

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