diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index 92a5571e..5a09823a 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -187,3 +187,4 @@ - include: users/hlv.yml - include: users/baruchel.yml - include: users/tryffel.yml +- include: users/fro.yml diff --git a/roles/shell/tasks/users/fro.yml b/roles/shell/tasks/users/fro.yml new file mode 100644 index 00000000..0ab9d838 --- /dev/null +++ b/roles/shell/tasks/users/fro.yml @@ -0,0 +1,15 @@ +--- +- name: Setting up fro + user: + name: fro + groups: tilde + state: present + skeleton: /etc/skel + shell: /bin/bash + system: no + createhome: yes + home: /home/fro +- authorized_key: + user: fro + state: present + key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEwl260QBrZBYxvfRfSi0PvvKt6lMzT0204W1ChCbqiu"