From 51c69786ccf73ff08a1c5d3418c7c1e335e7332d Mon Sep 17 00:00:00 2001 From: Anton McClure Date: Mon, 7 Jan 2019 10:36:02 -0500 Subject: [PATCH 1/2] Update 'roles/shell/tasks/users.yml' --- roles/shell/tasks/users.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index 00a43ee..47f225a 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -32,3 +32,4 @@ - include: users/hexhaxtron.yml - include: users/smtpsupplicant.yml - include: users/orliesaurus.yml +- include: users/gooly.yml From e63b5dacb2fcdf6174d136197c2b638112276aad Mon Sep 17 00:00:00 2001 From: Anton McClure Date: Mon, 7 Jan 2019 10:37:19 -0500 Subject: [PATCH 2/2] Add 'roles/shell/tasks/users/gooly.yml' --- roles/shell/tasks/users/gooly.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 roles/shell/tasks/users/gooly.yml diff --git a/roles/shell/tasks/users/gooly.yml b/roles/shell/tasks/users/gooly.yml new file mode 100644 index 0000000..c093244 --- /dev/null +++ b/roles/shell/tasks/users/gooly.yml @@ -0,0 +1,15 @@ +--- +- name: Setting up gooly + user: + name: gooly + groups: tilde + state: present + skeleton: /etc/skel + shell: /bin/bash + system: no + createhome: yes + home: /home/gooly +- authorized_key: + user: gooly + state: present + key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDSQLNqCtALiln4a8h2V7R+uhy/pGg/tq5PNpFP4YWSUneIhZFTNJUCFGm9is7xlFGRMfRkBlEf8ZgH+HI/frwnrJYQv5dE7PXlGP2yZOgRh8jmnuvoZnI6n/NxvY+ty4l07dfpUG40/LhSbZz42nVWEMJg5//3ft4diFMU/u76aQ0D5SplfKqh2QDVaHBcaRWp3dQoyGkjSU+THBnLHsEGBGRJ6HnfYmX78aHeIhfGeJ0m5y/O3eNkjVcXTOzNmYk9Ja015SnBdBhFLsPbg7KUFASQyMZMkOuCei1jwGHZV7ezeKrMee0TICYWIPm/cAVTBrhiAYOwC6IaxWjo3oe/ eran@eran-PC" \ No newline at end of file