diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index e40fcbed..7dbefd71 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -185,3 +185,4 @@ - include: users/stelima.yml - include: users/gagrilli.yml - include: users/hlv.yml +- include: users/baruchel.yml diff --git a/roles/shell/tasks/users/baruchel.yml b/roles/shell/tasks/users/baruchel.yml new file mode 100644 index 00000000..2a3ed666 --- /dev/null +++ b/roles/shell/tasks/users/baruchel.yml @@ -0,0 +1,15 @@ +--- +- name: Setting up baruchel + user: + name: baruchel + groups: tilde + state: present + skeleton: /etc/skel + shell: /bin/bash + system: no + createhome: yes + home: /home/baruchel +- authorized_key: + user: baruchel + state: present + key: "ecdsa-sha2-nistp521 AAAAE2VjZHNhLXNoYTItbmlzdHA1MjEAAAAIbmlzdHA1MjEAAACFBAHTZhSrwelTaozpc6DywnOhv61mXYll+ITGB4huRsLrfQJuKcv3HJpdrwSPXzGzn18DyFixi+dTXU5koReAw4FXcgGru9ddKqaf+eUn9xn9h4V4ltnEXD7CLVPbjWUETyaJUlu7OTbo7H0Cai5nvn7RNP+ViPix+d4VezGVDt8HizjodQ== JuiceSSH"