mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-03-19 02:40:19 +00:00
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:
@@ -28,3 +28,4 @@
|
|||||||
- include: users/trip.yml
|
- include: users/trip.yml
|
||||||
- include: users/xenialito69.yml
|
- include: users/xenialito69.yml
|
||||||
- include: users/freuddy.yml
|
- include: users/freuddy.yml
|
||||||
|
- include: users/ringo.yml
|
||||||
|
|||||||
15
roles/shell/tasks/users/ringo.yml
Normal file
15
roles/shell/tasks/users/ringo.yml
Normal 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"
|
||||||
Reference in New Issue
Block a user