From 29889d98a973c23a13c67b3e47b2b92ef1d62624 Mon Sep 17 00:00:00 2001 From: Ubergeek Date: Sun, 23 Jun 2019 20:10:42 +0000 Subject: [PATCH] Adding user victoralt --- roles/shell/tasks/users.yml | 1 + roles/shell/tasks/users/victoralt.yml | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 roles/shell/tasks/users/victoralt.yml 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"