Merge branch 'amcclure' of thunix/ansible into master

This commit is contained in:
Anton McClure 2018-12-30 18:26:06 -05:00 committed by Gitea
commit d1e90746d0
2 changed files with 18 additions and 1 deletions

View File

@ -25,3 +25,4 @@
- include: users/panzer.yml
- include: users/hawaii.yml
- include: users/trip.yml
- include: users/xenialito69.yml

View File

@ -0,0 +1,16 @@
---
- name: Setting up xenialito69
user:
name: xenialito69
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/xenialito69
- authorized_key:
user: parik
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJT8KjLp1TcWJM/THsaGiyKQnoXwVOizRI4ToE/F9lRGg9cAJUGMxT14igNEm4V3CQhlIdCtHpZ762dfiRLefBbOPkid9EkOkgUeD8MVphGIj2o0yKxr4vnxIQ30L/2JniHZiXVybtJbnXlvXZ8In7bibEjLeeeSLQ5EbxxWdzwcuWPORyMnkd3rvJmgo1ln5Ue6pXfKckTJfE4NRPkEbmU3ltfWtDLj0j5ypsMrYlRykOX30YBOi6qXaBZ3copKCfaJPgIK4DY/f1KEBXjjYqRkcoz+NQV1KkqNywHK8HpzNr9+d1uiBLAS/kJw5rGWuwjt9Wb8xalMll67Sz6kyF azamora@lubuntu"