diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index bfa0e1d..fcf8c5d 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -335,3 +335,4 @@ - include: users/enochthechronocom.yml - include: users/urandom0.yml - include: users/croffle.yml +- include: users/serioux.yml diff --git a/roles/shell/tasks/users/serioux.yml b/roles/shell/tasks/users/serioux.yml new file mode 100644 index 0000000..31cf111 --- /dev/null +++ b/roles/shell/tasks/users/serioux.yml @@ -0,0 +1,15 @@ +--- +- name: Setting up serioux + user: + name: serioux + groups: tilde + state: present + skeleton: /etc/skel + shell: /bin/bash + system: no + createhome: yes + home: /home/serioux +- authorized_key: + user: serioux + state: present + key: "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA2J1CJ8/6LDq83gahh4WwoSldjE91fpwh2DX6vlCqNV5uiM8NpCNWRyeUZV3zkG04XtyuE6yNsGvqpGFAbK47TiOAXv9bC2n2nt+WXZ8nVtfHr0A2ajXP/6E/v++lcX34x2kw1lFeWzqXCpaPlJojfUYAe/YKoAns9nVcMyIgeaiNyWouf4dpCo9p+uH2mjpTuG+Ty87DEvJT1FiyKgxtqXZim6M79vgIerCjBPw+neIGT3Q7OHZzfBcO0IpGVvnlevEpYQx6RjjMAUle3I5WkZrNesb5zSpYbmxrnAxmeWcVVxKQ2HP5Ousa62oTuJ2c3L6U6OwvXzJZLyx50G7rtQ== root"