Merge branch 'new-user-hexhaxtron' of thunix/ansible into master
This commit is contained in:
commit
b093960566
|
@ -29,3 +29,4 @@
|
||||||
- include: users/xenialito69.yml
|
- include: users/xenialito69.yml
|
||||||
- include: users/freuddy.yml
|
- include: users/freuddy.yml
|
||||||
- include: users/ringo.yml
|
- include: users/ringo.yml
|
||||||
|
- include: 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"
|
Loading…
Reference in New Issue