diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index 4bd2cbe..e4670fc 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -20,4 +20,5 @@ - include: users/r.yml - include: users/brendantcc.yml - include: users/dragon.yml -- include: users/spanmer.yml \ No newline at end of file +- include: users/spanmer.yml +- include: users/panzer.yml \ No newline at end of file diff --git a/roles/shell/tasks/users/panzer.yml b/roles/shell/tasks/users/panzer.yml new file mode 100644 index 0000000..74818e4 --- /dev/null +++ b/roles/shell/tasks/users/panzer.yml @@ -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==" \ No newline at end of file