From 6bad41b8c8bf532ec9dc70a2c463dd1213c971e7 Mon Sep 17 00:00:00 2001 From: Anton McClure Date: Thu, 27 Dec 2018 17:08:02 -0500 Subject: [PATCH 1/2] Add 'roles/shell/tasks/users/panzer.yml' --- roles/shell/tasks/users/panzer.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 roles/shell/tasks/users/panzer.yml 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 From a177b1c2e6d370bc707b6be011aac659d971b8d4 Mon Sep 17 00:00:00 2001 From: Anton McClure Date: Thu, 27 Dec 2018 17:09:02 -0500 Subject: [PATCH 2/2] Update 'roles/shell/tasks/users.yml' --- roles/shell/tasks/users.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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