mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-24 05:30:18 +00:00
Adding user amelia
This commit is contained in:
@@ -58,3 +58,4 @@
|
||||
- include: users/gigmx.yml
|
||||
- include: users/majidhameed.yml
|
||||
- include: users/h.yml
|
||||
- include: users/amelia.yml
|
||||
|
||||
15
roles/shell/tasks/users/amelia.yml
Normal file
15
roles/shell/tasks/users/amelia.yml
Normal 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"
|
||||
Reference in New Issue
Block a user