Merge branch 'master' of ringo/ansible-ringo into master

Merged.  Push should go live near the top of the hour.
This commit is contained in:
ubergeek 2019-01-02 19:41:30 -05:00 committed by Gitea
commit 2ba9fded2f
2 changed files with 17 additions and 1 deletions

View File

@ -27,4 +27,5 @@
- include: users/hawaii.yml
- include: users/trip.yml
- include: users/xenialito69.yml
- include: users/freuddy.yml
- include: users/freuddy.yml
- include: users/ringo.yml

View File

@ -0,0 +1,15 @@
---
- name: Setting up ringo
user:
name: ringo
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/ringo
- authorized_key:
user: ringo
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCwIvS85XracOn8mk0XL7FBMpYO1tE3SfMbx1WvlGDOxaEk96TZdxJ070HaxRodTk58RsXfeOh3N0vWUUhO6w+wx2MFwLwZWCRYsO3R0HaBunbZ9moadU5v6P4yRBvszyxYl2Lx85FUkfKh0+Yzv4vtbyLQ1d2JQcWLABF56KIK6d7ep5rt2L7PI8mYDdMcqkPy60EGKIhBUqj0CBUdVZyfvV0SAjl6dirvFpdRbZokwqCofpOMoMZx1U8PQSuf37TWzN3lHaPqxhq8Ky0GkulASLS/SdLRDYjAlgEspxqLUYmJKy0QytJlqFDUe2QhL2KSY8lkzCgAkpm/Ib2tsrJ1"