diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index 947c3fce..6b9836fa 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -284,3 +284,4 @@ - include: users/catman.yml - include: users/genvara.yml - include: users/alma.yml +- include: users/thefunkyspaw.yml diff --git a/roles/shell/tasks/users/thefunkyspaw.yml b/roles/shell/tasks/users/thefunkyspaw.yml new file mode 100644 index 00000000..58561b55 --- /dev/null +++ b/roles/shell/tasks/users/thefunkyspaw.yml @@ -0,0 +1,15 @@ +--- +- name: Setting up thefunkyspaw + user: + name: thefunkyspaw + groups: tilde + state: present + skeleton: /etc/skel + shell: /bin/bash + system: no + createhome: yes + home: /home/thefunkyspaw +- authorized_key: + user: thefunkyspaw + state: present + key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIA1jqH/VkGFXHZZU7jdqjfP5+duqBlzSTb3Ve5A2TujU thefunkyspaw@global"