From 208b6e4662d0e20059b685b14690f7bd9477b7af Mon Sep 17 00:00:00 2001 From: Ubergeek Date: Fri, 27 Sep 2019 18:17:51 +0000 Subject: [PATCH] Adding user liesinties --- roles/shell/tasks/users.yml | 1 + roles/shell/tasks/users/liesinties.yml | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 roles/shell/tasks/users/liesinties.yml diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index 6a14557..4334018 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -147,3 +147,4 @@ - include: users/geetfun.yml - include: users/jin264.yml - include: users/camellia.yml +- include: users/liesinties.yml diff --git a/roles/shell/tasks/users/liesinties.yml b/roles/shell/tasks/users/liesinties.yml new file mode 100644 index 0000000..2d45848 --- /dev/null +++ b/roles/shell/tasks/users/liesinties.yml @@ -0,0 +1,15 @@ +--- +- name: Setting up liesinties + user: + name: liesinties + groups: tilde + state: present + skeleton: /etc/skel + shell: /bin/bash + system: no + createhome: yes + home: /home/liesinties +- authorized_key: + user: liesinties + state: present + key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQD4XJ5xBUQFnH6Ro3F2fvdCeEFL5BuEvzrCBin8+4zQ5e+6Lwf3musIr4Y1v/xi5gdZcit3yKirNpLZHinE7b3iplCgdcPWiooe8Ma4gAKxdbpIozpRhGP994MJmTCzyVQzM0zEC3XLQcSedxXHE5dmq3g6QQqDLrTZn6sg5mbnsUkQkNCyftlDsrjuENi585tzj9eOTcEnbgwV886i115t+6wPuTUXI1W/IlL1DnyJVZH7S5UAzlIZ2sB9ekpW+oxhT3xACNBR8xdP/F663ZKaiEWEaWaZs8dibWTZxA3xUEUFhsb7Ak9ceF2A2ADyzji7L2ihC5BDDqSbaOLRAAp1"