Adding user 11kb
continuous-integration/drone/push Build is passing Details

This commit is contained in:
deepend 2023-09-15 17:12:04 -06:00
parent 8b72703122
commit b1e9ba6669
2 changed files with 16 additions and 0 deletions

View File

@ -48,3 +48,4 @@
- include: users/txtcat.yml
- include: users/memo.yml
- include: users/xev.yml
- include: users/11kb.yml

View 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"