Merge branch 'master' of neo/thunix-ansible into master

Looks good.  Email ubergeek at thunix dot net, from a good email addy, as well, so I can set up your account password for znc, webmail, and such
This commit is contained in:
ubergeek 2019-09-04 10:15:22 -04:00 committed by Gitea
commit 62daa7d47c
2 changed files with 16 additions and 0 deletions

View File

@ -142,3 +142,4 @@
- include: users/mononote.yml
- include: users/aavtt.yml
- include: users/zszoke.yml
- include: users/neo.yml

View File

@ -0,0 +1,15 @@
---
- name: Setting up neo
user:
name: neo
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/neo
- authorized_key:
user: neo
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEAxp8lfL6GrIwnAlzjNdrs2LwCPc+cMqUr8+YP+8ji5SinchzVMWw97zdDw5oX7Ne8N4FouC2/DGzlNB+fZFG/8FxFUw6RR8Zmt1pJwlq3PQIsPmrgD/jfU5FSMbYlia5rnOoOK/10Pu+eGyCeZAWE70G0r7FC0sFbxxgaorv3TF4AetZPlsuBsZZTI9UYjrBzHcRo+ZksRJu7yTCbjF9oXsLLV2/udIWNbP1ZvNuqLlwMqrbL87NfJQomF+ubgsDW2M/KW3bv+cUxwJAjLoHPf48QSVewtdv/0nhCxBDdbrSso2jOMeguyp4YXJu08P92YfCOSA5HivU4l+ptFwnuZw=="