From 0af649429067a00ba77f104fa5b0976f2b17ba2a Mon Sep 17 00:00:00 2001 From: Ubergeek Date: Thu, 7 Feb 2019 13:41:38 +0000 Subject: [PATCH] Adding user ukhuwah --- roles/shell/tasks/users.yml | 1 + roles/shell/tasks/users/ukhuwah.yml | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 roles/shell/tasks/users/ukhuwah.yml diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index bcb7e54..124d6c7 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -56,3 +56,4 @@ - include: users/z00t.yml - include: users/bzflag.yml - include: users/swann.yml +- include: users/ukhuwah.yml diff --git a/roles/shell/tasks/users/ukhuwah.yml b/roles/shell/tasks/users/ukhuwah.yml new file mode 100644 index 0000000..102eb05 --- /dev/null +++ b/roles/shell/tasks/users/ukhuwah.yml @@ -0,0 +1,16 @@ +--- +- name: Setting up ukhuwah + user: + name: ukhuwah + groups: tilde + state: present + skeleton: /etc/skel + shell: /bin/zsh + system: no + createhome: yes + home: /home/ukhuwah + +- authorized_key: + user: ukhuwah + state: present + key: "ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEAyi4MlEZwSuHjYhxxVu7QeEDElZ6iXEANGQDVvoWje9oxyzI26Lb7HKGFkxu88eItLuGmRKQsvPlvXZEqezrtkf1xO5kwUcGx8V+a9tBzjZ3NRBrDeg1kqUwZTWZHN0ncncmkTjrEfIpZs+NpPgBPVrjHd1NgP43qBr+GgHJaYCGbv9Ebv+K8YnTo+S3GULIbrnaxLZMtKj3vBTPa6IqnenepdAiMmKQd9t8S959uzNUIw10lZnO4ObvwnvECwpANyb+0BO5kSD9U34ELOn8h3kqY0qpoN3JOK93m1/beguXpbNsTElMQsnQW2xNskPFubFiO9OJLAHBmTYuZ00Smaw=="