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