gokce account unenforced in ansible
This commit is contained in:
parent
0182fe2d44
commit
1cdd4f9fda
|
@ -57,7 +57,6 @@
|
||||||
#- include: users/freuddy.yml
|
#- include: users/freuddy.yml
|
||||||
- include: users/geetfun.yml
|
- include: users/geetfun.yml
|
||||||
- include: users/georges.yml
|
- include: users/georges.yml
|
||||||
#- include: users/gokce.yml
|
|
||||||
#- include: users/golden.yml
|
#- include: users/golden.yml
|
||||||
#- include: users/gonthey.yml
|
#- include: users/gonthey.yml
|
||||||
- include: users/gooly.yml
|
- include: users/gooly.yml
|
||||||
|
|
|
@ -1,16 +0,0 @@
|
||||||
---
|
|
||||||
- name: Setting up gokce
|
|
||||||
user:
|
|
||||||
name: gokce
|
|
||||||
groups: tilde
|
|
||||||
state: present
|
|
||||||
skeleton: /etc/skel
|
|
||||||
shell: /bin/bash
|
|
||||||
system: no
|
|
||||||
createhome: yes
|
|
||||||
home: /home/gokce
|
|
||||||
|
|
||||||
- authorized_key:
|
|
||||||
user: gokce
|
|
||||||
state: present
|
|
||||||
key: "ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEApJX0iiELtDrE4XJDpchsJRapze4LbldbforR2AQubFq4zw35Z1BsczwszmxS6dnQfaJ1jluKLNaLXYpA7z4AM/3LLNOLD8m1V3IE1Cg8Yv6zE4qxEDr15CSF0T4+tJmFMFR+lvbnK5ouHfIuq81Hywgsqfzl1A9JMw9TrwF0tRA6D7YoDVTiw1fMswAUB9MoMggITsnPzy+yYUjZl4WeaK71wr4eqWGgNCVQQV4QqJ29RDXJ3KqXuqMa4XDTdi23hHriuiiX09nHCXttQF8PXnGwMH3ssHsiv5rLnRu5OQBthHFxLuxYLSBZTACOll1W+26rJW35qL8CK48HCZV3AQ== rsa-key-20181226"
|
|
Loading…
Reference in New Issue