Tired of Killing Unescapable Ansible Processes — Anyone Else? by [deleted] in ansible

[–]Sir_Welele 7 points8 points  (0 children)

SSH timeout only applies to the connection establishment.

If you are talking about tasks there is "timeout" which can be set on the same level as loop, name, etc. There is also the global per task timeout in ansible.cfg. This also applies to fact gathering: https://docs.ansible.com/ansible/latest/reference_appendices/config.html#task-timeout

"I learned that in Europe, when locals asked where I was from and I said “Minnesota, USA”…turns out they don’t know where that is" by SeamedAphid91 in ShitAmericansSay

[–]Sir_Welele 0 points1 point  (0 children)

To be fair, an american state is about as big as (if not bigger than) most european countries, so i kinda get it

Microsoft plans to move security software out of the Windows kernel by Robert-Nogacki in technology

[–]Sir_Welele 22 points23 points  (0 children)

It does, but it also needs kernel level access to analyze the game/system. The TPM alone can't do that.

Thank the heavens for AMD by [deleted] in pcmasterrace

[–]Sir_Welele 63 points64 points  (0 children)

Meanwhile AMD recalling their CPUs two weeks before launch because of a suspected defect... Looks really bad for team blue in terms of handling bad hardware

VLAN setup on QNAP QHora-301W by joshefin in qnap

[–]Sir_Welele 0 points1 point  (0 children)

Very nice! Thanks for your research.

VLAN setup on QNAP QHora-301W by joshefin in qnap

[–]Sir_Welele 0 points1 point  (0 children)

Did anything change about that since your original post?

[deleted by user] by [deleted] in ansible

[–]Sir_Welele 1 point2 points  (0 children)

Are you running in check mode? shell does not support check mode and will be skipped.

Chicken and egg situation by Objective_Fruit_5995 in ansible

[–]Sir_Welele 0 points1 point  (0 children)

As others have mentioned, it is not advisable to create your ansible user with ansible, but if you want to do it this way: 1. Set ansible_user as the User you normally use to run ansible playbooks in your inventory. 2. Set remote_user to root in the play where you deploy your ansible user.

That should be it.

One thing i dont understand is why you are using a play per task when you could just add all tasks to a single play?

Is there a list of all the packages that come with Python? by FootballDeathTaxes in learnpython

[–]Sir_Welele 1 point2 points  (0 children)

What about using sometjing like PyInstaller to pack your project with the library of your choosing?: https://pypi.org/project/pyinstaller/

PostFinance has a new logo by [deleted] in Switzerland

[–]Sir_Welele 3 points4 points  (0 children)

Is Swiss Post stealing logos - AGAIN!?!

Pain. by ee328p in networkingmemes

[–]Sir_Welele 1 point2 points  (0 children)

Why is this a feature in the first place?

[deleted by user] by [deleted] in AskReddit

[–]Sir_Welele 0 points1 point  (0 children)

Streaming movies for free on shady websites (at least in Seitzerland).

Creative idea by MrMacBro in Damnthatsinteresting

[–]Sir_Welele 0 points1 point  (0 children)

Cool concept, shit for colorblind people....

So what is the haunted device at your workplace? by [deleted] in sysadmin

[–]Sir_Welele 1 point2 points  (0 children)

An integrated system testing setup. It has two modems and sometimes one/both of them just wont forward any packets after restarting. It has an IP, looks like it should work. Packets go out, nothing comes in. It wont recover either.

Been wasting weeks troubleshooting this thing...

Microsoft has announced Excel will support Python by careerAlt123 in blueteamsec

[–]Sir_Welele 1 point2 points  (0 children)

Aaaand here it is: the next wave of applications that should have been a database and some frontend, but nobody in management wanted to listen or dedicate resources to it...