diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index 939cf9d..9c56b45 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -171,3 +171,4 @@ - include: users/saturnv.yml - include: users/chispitos.yml - include: users/bacterio.yml +- include: users/jac98.yml diff --git a/roles/shell/tasks/users/jac98.yml b/roles/shell/tasks/users/jac98.yml new file mode 100644 index 0000000..44ebbb1 --- /dev/null +++ b/roles/shell/tasks/users/jac98.yml @@ -0,0 +1,15 @@ +--- +- name: Setting up jac98 + user: + name: jac98 + groups: tilde + state: present + skeleton: /etc/skel + shell: /bin/bash + system: no + createhome: yes + home: /home/jac98 +- authorized_key: + user: jac98 + state: present + key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDJdu3JpA02RFmd9YVhVIw53FolIR9Drq2TJzob8jVmcn6S5cXjTfZ+//OJk2wopLoRkEn2hF+nuYM7apPLgGuKbMDcdC9czIOymgaXbm3q9h7Nj2REIQeIHohO7UMN7pf"