Adding user amelia

This commit is contained in:
deepend 2023-12-04 22:32:28 -07:00
parent df2f4ae50a
commit 574919e36c
2 changed files with 16 additions and 0 deletions

View File

@ -58,3 +58,4 @@
- include: users/gigmx.yml
- include: users/majidhameed.yml
- include: users/h.yml
- include: users/amelia.yml

View File

@ -0,0 +1,15 @@
---
- name: Setting up amelia
user:
name: amelia
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/amelia
- authorized_key:
user: amelia
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIo5HjxFsw/HLBn3Qxmmg3zqoOcFyr60wmxA4AmomO7N amelia@ctrl-c.club"