Add 'roles/shell/tasks/users/hexhaxtron.yml'

This commit is contained in:
Anton McClure 2019-01-05 14:28:45 -05:00
parent 8c71e37247
commit ba2ee2e67f
1 changed files with 15 additions and 0 deletions

View File

@ -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"