lukaszwdowiak account unenforced in ansible
This commit is contained in:
parent
a7575a041e
commit
d01af9ca3a
|
@ -233,7 +233,6 @@
|
||||||
- include: users/alma.yml
|
- include: users/alma.yml
|
||||||
- include: users/uberius.yml
|
- include: users/uberius.yml
|
||||||
- include: users/low-key.yml
|
- include: users/low-key.yml
|
||||||
- include: users/lukaszwdowiak.yml
|
|
||||||
- include: users/slaserx.yml
|
- include: users/slaserx.yml
|
||||||
- include: users/fengf.yml
|
- include: users/fengf.yml
|
||||||
- include: users/axolotl.yml
|
- include: users/axolotl.yml
|
||||||
|
|
|
@ -1,15 +0,0 @@
|
||||||
---
|
|
||||||
- name: Setting up lukaszwdowiak
|
|
||||||
user:
|
|
||||||
name: lukaszwdowiak
|
|
||||||
groups: tilde
|
|
||||||
state: present
|
|
||||||
skeleton: /etc/skel
|
|
||||||
shell: /bin/bash
|
|
||||||
system: no
|
|
||||||
createhome: yes
|
|
||||||
home: /home/lukaszwdowiak
|
|
||||||
- authorized_key:
|
|
||||||
user: lukaszwdowiak
|
|
||||||
state: present
|
|
||||||
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCvf+d8K/jd0J9iOjoR1pDo7VL0IjIO3IPoa7snbVEZAJlgYfsFeVky5D5A/qWKlS8d7MkWQe5AWStWQYaCuZhgjnVdz3/7iiCKSTsOGugUgwCKYNwrWSgFYLSy2tWYepfBQykm1fVAcodbN6J4A6PsFYvN1r8RsEFjH5Zg6O0AYlBaVumaOHJyUmH1Wh0N4SVcYTwY9GFfdGHIS35HtEG1trrNnUZBkw3brrji91PKYalIQikDQUxatoFb6eiW41NLlI3c4eB+kRzZoWYOh2tSQDUwqoADeqhW+CJ2P/9FLiIK6Gt9/XZkuhLZEz2nZcLIp7E0wSR8YM8pxGlPobNm9uLQ9l4OZL5KJAZOjOfM+5pnect9CJ3Y3QioWzJs4KR8hstNBPG6cQ+TQGAMJa+rJUcmu1WNbxIH15HaPvasgguuFqG+4qd8G+yLCxmuRc8ZqehzPJxhRRvat3ccEH+GUpHvmix5/jNpUxe1fNt9Y1MI5s475VE2qs5yZI3Td1k= cha0t1c@hell"
|
|
Loading…
Reference in New Issue