From a70182e878587783ec1e2e97a140b1e5102e125a Mon Sep 17 00:00:00 2001 From: Naglfar Date: Thu, 8 Oct 2020 23:52:30 +0200 Subject: [PATCH] Adding user acab --- roles/shell/tasks/users.yml | 1 + roles/shell/tasks/users/acab.yml | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 roles/shell/tasks/users/acab.yml diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index 5f3dd98..f2642ec 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -279,3 +279,4 @@ - include: users/GreenEyedFury.yml - include: users/angelmage.yml - include: users/deltav.yml +- include: users/acab.yml diff --git a/roles/shell/tasks/users/acab.yml b/roles/shell/tasks/users/acab.yml new file mode 100644 index 0000000..5dcb1d1 --- /dev/null +++ b/roles/shell/tasks/users/acab.yml @@ -0,0 +1,15 @@ +--- +- name: Setting up acab + user: + name: acab + groups: tilde + state: present + skeleton: /etc/skel + shell: /bin/bash + system: no + createhome: yes + home: /home/acab +- authorized_key: + user: acab + state: present + key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHsTmK5ROgW/v05L2FhFdtFUXtMcfPyGtf+pXLIBKcNt"