cypher account unenforced in ansible
This commit is contained in:
parent
a08c198b4b
commit
ed0ffa69d9
|
@ -169,7 +169,6 @@
|
||||||
- include: users/roygbiv.yml
|
- include: users/roygbiv.yml
|
||||||
- include: users/neotux.yml
|
- include: users/neotux.yml
|
||||||
- include: users/stern.yml
|
- include: users/stern.yml
|
||||||
- include: users/cypher.yml
|
|
||||||
- include: users/h3rz.yml
|
- include: users/h3rz.yml
|
||||||
- include: users/Iyxbaideus.yml
|
- include: users/Iyxbaideus.yml
|
||||||
- include: users/knight.yml
|
- include: users/knight.yml
|
||||||
|
|
|
@ -1,15 +0,0 @@
|
||||||
---
|
|
||||||
- name: Setting up cypher
|
|
||||||
user:
|
|
||||||
name: cypher
|
|
||||||
groups: tilde
|
|
||||||
state: present
|
|
||||||
skeleton: /etc/skel
|
|
||||||
shell: /bin/bash
|
|
||||||
system: no
|
|
||||||
createhome: yes
|
|
||||||
home: /home/cypher
|
|
||||||
- authorized_key:
|
|
||||||
user: cypher
|
|
||||||
state: present
|
|
||||||
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDBhFUv76/7NH0GGubQPMfedltUE0RJplmVGiUW10/EEipQ5/sqS5RopkIAMBg30vtpmVyET5mL1vkNWMnXJErA9xuzJ/zttuFv8lqJ7ATVkN+CkFgRn6lr96pTy/RWwuc1nfHdTyIs20lKyAnCjjNJAmLl+1ufMmRezShHFMBmFkxadJ8LaHJPwxx/Gxde/kgUUV5eHB8qaUYwaNae81+3q7gILKPNEyLrr4WOv5yvHhjefNDLq0l+K8cE9Hatgi6pWFBlSe7vfW9RAIjVNd+RSEh0rVI7QMTc1zH8hsl8ViFOOULaxjChDgsCwsxu0WVlCDmkqhQW56ZgIxpUx26t"
|
|
Loading…
Reference in New Issue