diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index 8b0c613..2e7101c 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -328,3 +328,4 @@ - include: users/bosch40.yml - include: users/idlestate.yml - include: users/grizzly.yml +- include: users/gtlsgamr.yml diff --git a/roles/shell/tasks/users/gtlsgamr.yml b/roles/shell/tasks/users/gtlsgamr.yml new file mode 100644 index 0000000..b0f8dee --- /dev/null +++ b/roles/shell/tasks/users/gtlsgamr.yml @@ -0,0 +1,15 @@ +--- +- name: Setting up gtlsgamr + user: + name: gtlsgamr + groups: tilde + state: present + skeleton: /etc/skel + shell: /bin/bash + system: no + createhome: yes + home: /home/gtlsgamr +- authorized_key: + user: gtlsgamr + state: present + key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKKk+UEgfGNCMv6L3Wn/9EuFwlLSu9vd7y2BT22q8Vlf"