diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index 3800fbb..7f2ef9a 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -352,3 +352,4 @@ - include: users/kax.yml - include: users/nix.yml - include: users/kasmo.yml +- include: users/g1n.yml diff --git a/roles/shell/tasks/users/g1n.yml b/roles/shell/tasks/users/g1n.yml new file mode 100644 index 0000000..b8fd60c --- /dev/null +++ b/roles/shell/tasks/users/g1n.yml @@ -0,0 +1,15 @@ +--- +- name: Setting up g1n + user: + name: g1n + groups: tilde + state: present + skeleton: /etc/skel + shell: /bin/bash + system: no + createhome: yes + home: /home/g1n +- authorized_key: + user: g1n + state: present + key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIHXwwFXoC4JEZoBtblUtg8aVu5VFhTmT8CJ7rcnMaG4 g1n@arch-notebook"