Adding user arch3r

This commit is contained in:
Ubergeek 2019-06-23 20:11:43 +00:00
parent 29889d98a9
commit e72f7699f5
2 changed files with 16 additions and 0 deletions

View File

@ -116,3 +116,4 @@
- include: users/virus.yml
- include: users/mandlebroth.yml
- include: users/victoralt.yml
- include: users/arch3r.yml

View File

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