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