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

This commit is contained in:
deepend 2023-10-21 13:25:33 -06:00
parent 6e3f7f8afb
commit 02b2adca64
2 changed files with 16 additions and 0 deletions

View File

@ -54,3 +54,4 @@
- include: users/peshto.yml
- include: users/cyberx9901.yml
- include: users/seif.yml
- include: users/tyy.yml

View File

@ -0,0 +1,15 @@
---
- name: Setting up tyy
user:
name: tyy
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/tyy
- authorized_key:
user: tyy
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKXKvMT7cm2KIh4Sy4Xh1cs+wUlltb/OelQzQgmW3rqp unyx@yalis.fr"