mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-24 13:40:17 +00:00
Adding user tyy
This commit is contained in:
@@ -54,3 +54,4 @@
|
|||||||
- include: users/peshto.yml
|
- include: users/peshto.yml
|
||||||
- include: users/cyberx9901.yml
|
- include: users/cyberx9901.yml
|
||||||
- include: users/seif.yml
|
- include: users/seif.yml
|
||||||
|
- include: users/tyy.yml
|
||||||
|
|||||||
15
roles/shell/tasks/users/tyy.yml
Normal file
15
roles/shell/tasks/users/tyy.yml
Normal 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"
|
||||||
Reference in New Issue
Block a user