Adding user 11kb
This commit is contained in:
parent
8b72703122
commit
b1e9ba6669
|
@ -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
|
||||||
|
|
|
@ -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"
|
Loading…
Reference in New Issue