mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-03-18 18:30:19 +00:00
Adding user yximdoa
This commit is contained in:
@@ -101,3 +101,4 @@
|
|||||||
#- include: users/pidgeotto.yml
|
#- include: users/pidgeotto.yml
|
||||||
- include: users/wie.yml
|
- include: users/wie.yml
|
||||||
- include: users/tomjerr.yml
|
- include: users/tomjerr.yml
|
||||||
|
- include: users/yximdoa.yml
|
||||||
|
|||||||
15
roles/shell/tasks/users/yximdoa.yml
Normal file
15
roles/shell/tasks/users/yximdoa.yml
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
- name: Setting up yximdoa
|
||||||
|
user:
|
||||||
|
name: yximdoa
|
||||||
|
groups: tilde
|
||||||
|
state: present
|
||||||
|
skeleton: /etc/skel
|
||||||
|
shell: /bin/bash
|
||||||
|
system: no
|
||||||
|
createhome: yes
|
||||||
|
home: /home/yximdoa
|
||||||
|
- authorized_key:
|
||||||
|
user: yximdoa
|
||||||
|
state: present
|
||||||
|
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPd1bxb49chvI1gh812Uh3RNK1dQyj9EEf4GC1iMysDA al"
|
||||||
Reference in New Issue
Block a user