hedy account unenforced in ansible
This commit is contained in:
parent
a6cdbc6b2f
commit
960700e403
|
@ -236,7 +236,6 @@
|
||||||
- include: users/fltk.yml
|
- include: users/fltk.yml
|
||||||
- include: users/login.yml
|
- include: users/login.yml
|
||||||
- include: users/ricci.yml
|
- include: users/ricci.yml
|
||||||
- include: users/hedy.yml
|
|
||||||
- include: users/zackward.yml
|
- include: users/zackward.yml
|
||||||
- include: users/jack.yml
|
- include: users/jack.yml
|
||||||
- include: users/xlamer.yml
|
- include: users/xlamer.yml
|
||||||
|
|
|
@ -1,15 +0,0 @@
|
||||||
---
|
|
||||||
- name: Setting up hedy
|
|
||||||
user:
|
|
||||||
name: hedy
|
|
||||||
groups: tilde
|
|
||||||
state: present
|
|
||||||
skeleton: /etc/skel
|
|
||||||
shell: /bin/bash
|
|
||||||
system: no
|
|
||||||
createhome: yes
|
|
||||||
home: /home/hedy
|
|
||||||
- authorized_key:
|
|
||||||
user: hedy
|
|
||||||
state: present
|
|
||||||
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDDOlHyUXrL4ARnp38PKEi+M+Esn+gHKGpNRB9U98KqpM9pUKpK9rJVgKoNAkvLq65uRIfGElGbgbgNpKqjmsysU15OOCRk0auwRkRNpbE/Oo3GBBvasS9t17u/csIpudFqr012kismY3G79uEyyl1Pvv8tOFtFTRMWJDlOe2ZZwckVOs4byvlf6mhCC3MDb2yDLtDBRRslYAOIvGWOke7flM9SQ7FSn4k2fzlxbStZs57i7kAYhcJLqh2aYJlfK2hRfJuyGaIemo4d7MkkVkCSibB8j5ySJ+UrqMg8lkNdK2pILcYt0zRA7RjPJEc8pC3W47SnqZ9/6M1nyq84Ydib hedy@laptop"
|
|
Loading…
Reference in New Issue