diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index 56cec3f..8c9ffd0 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -115,3 +115,4 @@ - include: users/dot.yml - include: users/virus.yml - include: users/mandlebroth.yml +- include: users/victoralt.yml diff --git a/roles/shell/tasks/users/victoralt.yml b/roles/shell/tasks/users/victoralt.yml new file mode 100644 index 0000000..138a827 --- /dev/null +++ b/roles/shell/tasks/users/victoralt.yml @@ -0,0 +1,15 @@ +--- +- name: Setting up victoralt + user: + name: victoralt + groups: tilde + state: present + skeleton: /etc/skel + shell: /bin/bash + system: no + createhome: yes + home: /home/victoralt +- authorized_key: + user: victoralt + state: present + key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDnTfPiI0KtNSJozGSxl2Z7iF/wHYat6+beAiz+IgoxSwp4HqVh96WA8vweqW93MGRcYWmuQkckEs+IXGrXv9dI/g10Pd+Um4Iucpvmsq6jn8GRM5J0IUUTeVBp7HoU5wXDrIptwdP8ggBC299osO3mxjNlbVw8GGrg7yo/g29IWpijGidrAyIrfX8VthZ9dPbOmhUaxrFQrrj899TEejlR3067Kr6F2UI5/SA+svh3xXEzlIc3baJm88atZfibLSpJPgCcbc3L7j5mjvKFxSb+bX5eZKHsTusgjZ+BwPUDf2ui0PqJ2OUBOuOXb0oVHImRT3Y8uu9OqIj6fgtV0xOd"