mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-03-19 19:00:18 +00:00
Adding user goring
This commit is contained in:
@@ -297,3 +297,4 @@
|
|||||||
- include: users/ialokin.yml
|
- include: users/ialokin.yml
|
||||||
- include: users/tc.yml
|
- include: users/tc.yml
|
||||||
- include: users/whyorean.yml
|
- include: users/whyorean.yml
|
||||||
|
- include: users/goring.yml
|
||||||
|
|||||||
15
roles/shell/tasks/users/goring.yml
Normal file
15
roles/shell/tasks/users/goring.yml
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
- name: Setting up goring
|
||||||
|
user:
|
||||||
|
name: goring
|
||||||
|
groups: tilde
|
||||||
|
state: present
|
||||||
|
skeleton: /etc/skel
|
||||||
|
shell: /bin/bash
|
||||||
|
system: no
|
||||||
|
createhome: yes
|
||||||
|
home: /home/goring
|
||||||
|
- authorized_key:
|
||||||
|
user: goring
|
||||||
|
state: present
|
||||||
|
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII87AVmzTh3XW7KYNK+Uo1/hcKbH6FWDvJJOMEO9aXes"
|
||||||
Reference in New Issue
Block a user