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

This commit is contained in:
deepend 2023-09-03 12:28:41 -06:00
parent 934a2e25ae
commit 7a40a1e3ee
2 changed files with 16 additions and 0 deletions

View File

@ -45,3 +45,4 @@
- include: users/lowusage.yml
- include: users/bercik.yml
- include: users/amoghavarsha.yml
- include: users/txtcat.yml

View File

@ -0,0 +1,15 @@
---
- name: Setting up txtcat
user:
name: txtcat
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/txtcat
- authorized_key:
user: txtcat
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEjMOIBCJPTXXC4SCiuovwB+sX+MheDsOJcUHojFvLOt u0_a208@localhost"