geetfun account unenforced in ansible
This commit is contained in:
parent
afa01f4542
commit
cbb35413a2
|
@ -54,7 +54,6 @@
|
||||||
#- include: users/fncso.yml
|
#- include: users/fncso.yml
|
||||||
- include: users/fosslinux.yml
|
- include: users/fosslinux.yml
|
||||||
#- include: users/freuddy.yml
|
#- include: users/freuddy.yml
|
||||||
- include: users/geetfun.yml
|
|
||||||
- include: users/georges.yml
|
- include: users/georges.yml
|
||||||
#- include: users/golden.yml
|
#- include: users/golden.yml
|
||||||
#- include: users/gonthey.yml
|
#- include: users/gonthey.yml
|
||||||
|
|
|
@ -1,15 +0,0 @@
|
||||||
---
|
|
||||||
- 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"
|
|
Loading…
Reference in New Issue