diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index d3e954f..aa96161 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -93,3 +93,4 @@ - include: users/vigilant.yml - include: users/isaac.yml - include: users/moskrin.yml +- include: users/southerntofu.yml diff --git a/roles/shell/tasks/users/southerntofu.yml b/roles/shell/tasks/users/southerntofu.yml new file mode 100644 index 0000000..6e26961 --- /dev/null +++ b/roles/shell/tasks/users/southerntofu.yml @@ -0,0 +1,15 @@ +--- +- name: Setting up southerntofu + user: + name: southerntofu + groups: tilde + state: present + skeleton: /etc/skel + shell: /bin/bash + system: no + createhome: yes + home: /home/southerntofu +- authorized_key: + user: southerntofu + state: present + key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIG4bKe9LSA3/AY4gCB20eyJVPW+zOg07/b3A4QC0Z6XC user@laptop"