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"