mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-25 05:40:17 +00:00
Adding user geetfun
This commit is contained in:
@@ -146,3 +146,4 @@
|
||||
- include: users/init0.yml
|
||||
- include: users/lugubris.yml
|
||||
- include: users/syncore.yml
|
||||
- include: users/geetfun.yml
|
||||
|
||||
15
roles/shell/tasks/users/geetfun.yml
Normal file
15
roles/shell/tasks/users/geetfun.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
- name: Setting up geetfun
|
||||
user:
|
||||
name: geetfun
|
||||
groups: tilde
|
||||
state: present
|
||||
skeleton: /etc/skel
|
||||
shell: /bin/bash
|
||||
system: no
|
||||
createhome: yes
|
||||
home: /home/geetfun
|
||||
- authorized_key:
|
||||
user: geetfun
|
||||
state: present
|
||||
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDlIFgcfUkYQcWmpEorfc744cShENLDvtdI5LvBfxs6xpuhTEEAMItkSApwFPqmeSNQLi7BNdzfSZHtdghmZQguatJ8OF+NH4SH091GsNyXqh9a+Qo8a5Vm2HMrqgFXFMwHnQj9gQNhgjVlGsr+hX+on2hMC5x5lPYQGLkvPS2AZ8T15C160s4mcxCYemdDtPC5GqJgUI2jK25h9/h4zprcsoUXqkdFYDLDDYmpzLV+u8boQB8egQIozWE2EGvtQQOw0kzJlZW/uzzbq/uankOqozJTpcWYvLX2hhKQrzx6phiSBucY56CNcPDPM8sG7Yhpclf3oziycg+5SD0Dy6+5"
|
||||
Reference in New Issue
Block a user