mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-24 13:40:17 +00:00
Adding user gtlsgamr
This commit is contained in:
@@ -328,3 +328,4 @@
|
||||
- include: users/bosch40.yml
|
||||
- include: users/idlestate.yml
|
||||
- include: users/grizzly.yml
|
||||
- include: users/gtlsgamr.yml
|
||||
|
||||
15
roles/shell/tasks/users/gtlsgamr.yml
Normal file
15
roles/shell/tasks/users/gtlsgamr.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
- name: Setting up gtlsgamr
|
||||
user:
|
||||
name: gtlsgamr
|
||||
groups: tilde
|
||||
state: present
|
||||
skeleton: /etc/skel
|
||||
shell: /bin/bash
|
||||
system: no
|
||||
createhome: yes
|
||||
home: /home/gtlsgamr
|
||||
- authorized_key:
|
||||
user: gtlsgamr
|
||||
state: present
|
||||
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKKk+UEgfGNCMv6L3Wn/9EuFwlLSu9vd7y2BT22q8Vlf"
|
||||
Reference in New Issue
Block a user