From 5e2d516529593e52b27ad87ce3268ed1c8e48533 Mon Sep 17 00:00:00 2001 From: Ubergeek Date: Fri, 3 May 2019 23:51:39 +0000 Subject: [PATCH] Adding user pidgeotto --- roles/shell/tasks/users.yml | 1 + roles/shell/tasks/users/pidgeotto.yml | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 roles/shell/tasks/users/pidgeotto.yml diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index f0dd6d5..0a0ced8 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -99,3 +99,4 @@ - include: users/growl.yml - include: users/rain.yml - include: users/mspe.yml +- include: users/pidgeotto.yml diff --git a/roles/shell/tasks/users/pidgeotto.yml b/roles/shell/tasks/users/pidgeotto.yml new file mode 100644 index 0000000..296d631 --- /dev/null +++ b/roles/shell/tasks/users/pidgeotto.yml @@ -0,0 +1,15 @@ +--- +- name: Setting up pidgeotto + user: + name: pidgeotto + groups: tilde + state: present + skeleton: /etc/skel + shell: /bin/bash + system: no + createhome: yes + home: /home/pidgeotto +- authorized_key: + user: pidgeotto + state: present + key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQC6GEjuzB5st4B8Vs4vAPdaJ2F4FbOL7v9Y3zP+eztMRMUW8JtlhKQ/P9HZzkv8U6y1TchYN1zmo06ixkVgP+VQzNQLs6cOeYzuMfJG0Zn/bGU2CH0X2Y0EbDnKxNIOz9+PL/w1VbLnfk2DRx4Yg4Ot71/VDytgS/lr/U1sI92k6dHbTj2tHmtmttW66jbKOoWA1Uysxx3rOc87lCNZIRPDNO5BOmJKsxoAgXfM4VJN1y2Ou84Q1/KK6ceBdl9h7biiAYvq+yZhPLGBe+wv1koAKuoKi9KS9ye/QfiyCdFmqNNmvQ8BXjvqoGfeyqw+z4cor/PLYyZyCE08S1ltkmzqTjcB7Vp8s+F8WlrC2kVT1JV3hYiXwhHrcCmGanUr8EL1DC/l/DJsz07MJCGHlz3idr5JXPYgaFSCTUsHbfFLV8mMZH2GLYS5n1ZCuSnGAQMwdSZPApV+OVyvSQVYYs3f6OqaTbrx4zhI8q9Bq+5EJQcoV6/5Q53koTwXEzkn0cCOkRTh+vaVIo7bl58/odhJ+FDYfMdAizn9XraxljVmZz0r4NbOmrljx+VrKNhbaXkKL8DHiXj+1ZuC3odFFuUvpb8pRZ2hwm0OMSRK5hu6mh9l51Vg0cKD9o+2HriQoA65R7Y47Y/q4+YN7YgniL7Wu3/N10Q+w5hfDyeZx19Few=="