Merge branch 'amcclure' of thunix/ansible into master

This commit is contained in:
Anton McClure 2018-12-26 18:27:17 -05:00 committed by Gitea
commit d820448b23
2 changed files with 16 additions and 0 deletions

View File

@ -18,3 +18,4 @@
- include: users/redhat.yml - include: users/redhat.yml
- include: users/gokce.yml - include: users/gokce.yml
- include: users/r.yml - include: users/r.yml
- include: users/brendantcc

View File

@ -0,0 +1,15 @@
---
- name: Setting up brendantcc
user:
name: brendantcc
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/brendantcc
- authorized_key:
user: brendantcc
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCwZ5nnwTjkAE4F2Fg6NiL6SI5BsPXipiVhmqyPFMqTAGJ6SJ7wbROCpRHC0yBVYTRRNwMy3mvPXApXF3Xp8XyDPxeqe+MRbyBPlvYHXaY46PlfqpuVSxqexNbmjsu1Evdh6GNPKTd0nj2To4rqO+yO/B9JuotQtF+hqtz87lKiX1MEYtZzFJlPWj1N5j/pfrUtZfTQ/FwA4A+KEIN+v2RsIB2HH+mDTbDyJ1xz9/155iaYkBisixVnyZ3CoQJYdzDQkU0v7nJ0ZUlrs25LvnIHEZ0AF3z2lvGipqC1meDqvgjK21JNMRw56szVAHlT/ByKeXRzAbcSuBjKLJiD9sDh"