Merge branch 'master' of khuxkm/ansible into master

Looks good.  Should deploy within an hour.
This commit is contained in:
ubergeek 2019-02-01 14:34:19 -05:00 committed by Gitea
commit 3835d88f03
2 changed files with 17 additions and 1 deletions

View File

@ -51,4 +51,5 @@
- include: users/arda.yml
- include: users/larasaty.yml
- include: users/techemporium.yml
- include: users/bercik.yml
- include: users/bercik.yml
- include: users/khuxkm.yml

View File

@ -0,0 +1,15 @@
---
- name: Setting up khuxkm
user:
name: khuxkm
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/khuxkm
- authorized_key:
user: khuxkm
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEAl3RaKPvNFfVy/neJcFtlt5kYdb53gwpzL2vlRZVsNC5oB+RtH/NDWVo1mhlCpxRUz1KuMxSqlJmLvd6RMFsCD5sQ0A/5T0Gwa4DNyclV67Az/gNTV/37WJpuwjKIiy+zYr3kyimS/naAUw1O4k8ZpLy/OAh75fAf/QHFHRAFL3CGfBqBiGPBemOjt83mLmi3YlhLHy5dNNXtgX6ZLqUi9amnESAz3ZBpaIXFH+Ob+oTDsyLx6aezx65JaxnvwvES8EdKIO0RkJ48yNyyxVhMCcZudg4TsWK2mwvm0vOCx2IVHVk4V6XTOyfZE5LGTiu7/CCgi4HmxIBlzQmEDLyqkw== khuxkm"