Add user "khuxkm"

This commit is contained in:
Robert Miles 2019-02-01 14:18:51 -05:00
parent b194b0f361
commit b97148e63a
1 changed files with 15 additions and 0 deletions

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"