diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index 8c9ffd0..ea04406 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -116,3 +116,4 @@ - include: users/virus.yml - include: users/mandlebroth.yml - include: users/victoralt.yml +- include: users/arch3r.yml diff --git a/roles/shell/tasks/users/arch3r.yml b/roles/shell/tasks/users/arch3r.yml new file mode 100644 index 0000000..4117af1 --- /dev/null +++ b/roles/shell/tasks/users/arch3r.yml @@ -0,0 +1,15 @@ +--- +- name: Setting up arch3r + user: + name: arch3r + groups: tilde + state: present + skeleton: /etc/skel + shell: /bin/bash + system: no + createhome: yes + home: /home/arch3r +- authorized_key: + user: arch3r + state: present + key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6CWNG2VkA6NW4oEWyjdbTPlaC0VRiTGZ1VibvjWzS3LvoLT0mGLRwuI3ixSCMR4G+mjT9Tul9rZ/sk4zV0lUskTY4eVM2SPuhlgTzaV9TgTutML9DUIGHHwpIcdrsQlpj+2howoT1jOQcp0lN4gFn81qfry/qV2iAKxN50w+fFqHDZ6KNJwBr9pkvFc8uvRp495+HEEVAMz/Xg8zmow8Au6pRTWkQR2J1JseGRdhlfbuNNSwJB160P7TmivNZiQz/HH99jbwToCKEhh5Z1wekyWL0Fw5oCJucaN/r4+ov0A9hVJaCteRJEKZa2X2Rjy1NnypKAjhsYgihUA8FEPu9"