diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index 9caad54..e3381aa 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -29,3 +29,4 @@ - include: users/xenialito69.yml - include: users/freuddy.yml - include: users/ringo.yml +- include: users/hexhaxtron.yml diff --git a/roles/shell/tasks/users/hexhaxtron.yml b/roles/shell/tasks/users/hexhaxtron.yml new file mode 100644 index 0000000..0602923 --- /dev/null +++ b/roles/shell/tasks/users/hexhaxtron.yml @@ -0,0 +1,15 @@ +--- +- name: Setting up hexhaxtron + user: + name: hexhaxtron + groups: tilde + state: present + skeleton: /etc/skel + shell: /bin/bash + system: no + createhome: yes + home: /home/hexhaxtron +- authorized_key: + user: hexhaxtron + state: present + key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC9r5sCqljfwyQjtgAjvOgZFifUBixk8zid+egtksqfmrA3uGmWAYKE5Xbgc1iOHbaG1wEb3sbBJkM+9zO7NjSBltapLqAU35HuaKZ4VJSAVDUubNlnE1QDmfs5ouyLAW2IADWH5wYgOObzmNOvxgHjtc75dZ/vvVI9Bu1wSE+LWCiy3ElW8jQ70QLUrAfeoI24p9DYBNqKvRRSyWaMkwgw75sMRwcNOQGPq2RdY5sDIzrlNs4KbmU1LzBaTIp3fSUc9S+Twb2ofI93VfyO0s4q3Wv4MI6soXXRNYEQWXvYnB1C5/OT06uCZ/PIDNgf+QmFIEKRo1XSlSJh4YAsXj8N hexhaxtron@archlinux" \ No newline at end of file