diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index 5e144301..c63b4d0d 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -179,3 +179,4 @@ - include: users/spike.yml - include: users/grifit.yml - include: users/denzuko.yml +- include: users/lagom.yml diff --git a/roles/shell/tasks/users/lagom.yml b/roles/shell/tasks/users/lagom.yml new file mode 100644 index 00000000..fa54317d --- /dev/null +++ b/roles/shell/tasks/users/lagom.yml @@ -0,0 +1,15 @@ +--- +- name: Setting up lagom + user: + name: lagom + groups: tilde + state: present + skeleton: /etc/skel + shell: /bin/bash + system: no + createhome: yes + home: /home/lagom +- authorized_key: + user: lagom + state: present + key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC1EM+CZGMyhkzVgqJhtPD9r8OK9OHYkKN36nWt7H1l0MQG8lpdm8zsPJD411JQW16EQc6HIIFBZN8+W7aYJAeWiHxGJ1W9XWseOfeA725MM0He+5TTK7zPohSSFlp9wciQrHRA6N8C9e0tFX03acCTVqAhn7WYQS5a2XDI0EmNkv/zKQzR88gL8F+1m9YT8NS3bIdblWe3ZTy/kh0cvGzx4yIEZpmHBphziy/8q+DnK2VaRUeuIjqh7jo6hmt9hk5r8LHKbYJkSFe91Lqb7GX+aehYJf1ZfXJo69bd4wDZsUDV6RL1JqNzbkAccQ0tGQXaTgt/vHS5zV+8e+E5yWc1"