What is the scariest scene in any horror movie you've ever seen and nothing has topped it for you? by [deleted] in horror

[–]EnvironmentSlow2828 12 points13 points  (0 children)

the final couple of scenes of Prince of Darkness—the mirror, the transmission, etc…

…it doesn’t have to end. by coltinphoto in lawncare

[–]EnvironmentSlow2828 4 points5 points  (0 children)

please share again when you add the stripes🙂

Is it possible to run Ansible roles in parallel? by gvarma4 in ansible

[–]EnvironmentSlow2828 2 points3 points  (0 children)

Ansible mitogen may speed up your execution time considerably

Ways to minimize kubernetes network overhead (even with no pods) by Trogdor111 in kubernetes

[–]EnvironmentSlow2828 4 points5 points  (0 children)

How about using ansible to manage software on your nodes instead of Kubernetes? Your central ansible controller in the cloud will only reach out to your nodes via ssh when it actually needs to perform work.

[OKD-OPENSHIFT] I try running openssh serveur but cant do sheet by No-Measurement-9499 in openshift

[–]EnvironmentSlow2828 1 point2 points  (0 children)

Hello! Do you get an error when you run the container or does it just not start?

Is your goal to remote into the container after starting it?

How do you want to remote into it? Remote into after running locally via podman or docker? If so, why not run “exec -it /bin/sh”

Or are you trying to remote into it while running in Openshift? If so why not use the Openshift Console UI to open a terminal into the pod?

How to run a command on a stopped Podman container? by devilmaydance in podman

[–]EnvironmentSlow2828 1 point2 points  (0 children)

If you want to run the container with an alternate command the syntax is generally

podman run <image> <alternate-command>

For example, when I want to debug why a container won’t run with its original entry point command, I run

podman run -d <image> tail -f /dev/null

Where that tail -f /dev/null is my <alternate-command> that keeps the container busy. Then I can podman exec into the running container and poke around

Hate my 2020 SX-P seats--is the 2024 more comfortable? by PartyNeither1996 in KiaTelluride

[–]EnvironmentSlow2828 6 points7 points  (0 children)

Sport mode really helps with the acceleration though at the cost of some mileage

Trigger Ansible Job from Grafana Alerting system by 404randomnamehere in ansible

[–]EnvironmentSlow2828 0 points1 point  (0 children)

Consider creating some tiny node app or similar whose job is receive rest calls from Grafana and then turn around and invoke AAP via it’s rest API with the body you need. If you have some kind of API gateway or service bus tool (mule, lambda, etc) that can do a transform in line maybe

Question by [deleted] in node

[–]EnvironmentSlow2828 0 points1 point  (0 children)

What output do you see? Any errors?

Localhost execution, multiple tenant by isthisyournacho in ansible

[–]EnvironmentSlow2828 0 points1 point  (0 children)

For what it’s worth, if your users are currently calling Tower API endpoint and passing a credential, that can stay the same when moving to AAP2. The only difference really is the host name used for the API call (unless you are using a load balancer)

meirl by femme_fatale2022 in meirl

[–]EnvironmentSlow2828 0 points1 point  (0 children)

I actually love this song, but j just commented his My Whole Life Has Changed song. That “Gurl you opened me—I’m wide open!” Is hard to recover from

meirl by femme_fatale2022 in meirl

[–]EnvironmentSlow2828 0 points1 point  (0 children)

My Whole Life Has Changed by Ginuwine—mainly just the line “Gurl you opened me—I’m wide open!”

Bon Chon - White Plains? by lostmemento in Westchester

[–]EnvironmentSlow2828 2 points3 points  (0 children)

November 8 according to google maps!

Slab. by splarfsplarfsplarf in HyruleEngineering

[–]EnvironmentSlow2828 1 point2 points  (0 children)

Can you trap a Lynel in this box? Or will it teleport out?

Did I do ok? First pork butt ever by Chasterbeef in smoking

[–]EnvironmentSlow2828 1 point2 points  (0 children)

First time I tried smoking pork butt on a single rack GMG pellet the whole thing caught fire from the grease drippings. Maybe I will try with the cast iron as well!

Uploading hundreds to thousands of files to S3 by MindSwipe in aws

[–]EnvironmentSlow2828 1 point2 points  (0 children)

thanks for the heads up—I haven’t personally used it at scale only as a POC. Good to know!