Ansible feedback and dynamic inventory #3653
Replies: 5 comments
-
Hi, @benasse, I've been investigating this issue, and I can confirm that it has not been fully implemented yet. It seems like ShellHub can initiate a multiplexed session, but it fails to manage multiple "non-background" sessions on the same "master" connection. For instance, when an authentication is done with I will work on a fix for this issue and keep you updated. Thank you for reporting it. |
Beta Was this translation helpful? Give feedback.
-
I opened issue #3656 to track this |
Beta Was this translation helpful? Give feedback.
-
oh great, I'll try it when the next RC version is released! 🙂 |
Beta Was this translation helpful? Give feedback.
-
Hi @heiytor , I just tested version v0.18.0, connections through ansible are now much faster, multiplexed connections seem to work. |
Beta Was this translation helpful? Give feedback.
-
Hi @benasse Thanks for the reply! And yes, we can close the issue now. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
For about 1 month ansible is working well through Shellhub. This is great news! 🎉
I wanted to share with the community a script that generates dynamic inventory from a namaspace : https://gist.github.com/benasse/0658a773c089f46d51e7b2b37c82cfd4
At the moment the execution time is not optimal, this comes from the fact that multiplexing ssh / Controll Master is not implemented yet.
A PR for its support is underway on the golang side, and some seem to have implemented it on their side.
I don't know how complicated it is to add it to Shellhub.
Beta Was this translation helpful? Give feedback.
All reactions