Ferenc Erki
Ferenc Erki
Rex::Task is documented here: http://rexify.org/docs/api/1.3/rex/task.pm.html (updated on 528017a452cbf98af31e6c9e9ab4cf8acea66458 for `1.4rc` branch). Maybe that was what you were looking for? You can take a look at the implementation of connection-releated stuff...
There's also a `timeout` setting for "the ssh connection and other network related stuff", described on [this page](http://www.rexify.org/api/Rex/Commands.pm.html). Nevertheless the `timeout` option for `run` needs to be included in the...
In the `pass_auth` cases, we can also try and fallback to use the user's `password` as `sudo_password` first, when it is not specified directly.
To refresh my earlier comment above, there are quite a few options related to this topic. Ideally we would be able to determine if sudo needs password or not: -...
That's also well-spotted, thanks for reporting, @rwp0! That code example definitely should be indented by an extra space to render it properly. How MetaCPAN would render the doc could be...
TL;DR: users should quote their commands appropriately for now. --- Long version: Thanks to the initial work of @jluis on #1441, we can understand this problem space better by now....
Thanks for your report! This issue does not fully follow the project's expectations, so I'd like to take this chance to kindly link our [Contributing guide](https://github.com/RexOps/Rex/blob/master/CONTRIBUTING.md), specifically the section about...
One idea is to use [Text::Template::Simple](https://metacpan.org/pod/Text::Template::Simple) to do the heavy lifting by default instead of our own custom solution(s). It seems lightweight enough with a compatible syntax. Ideally if there...
This is the current state of my ideas about phasing out Rex::Template and Rex::Template::NG: - migrate the internal uses of Rex::Template to an external templating engine - Text::Template::Simple might already...
@shattered @krimdomu: we are testing for the following data structure as far as shared hashes concerned: ``` perl %hash = ( name => "joe", surename => "doe", multi => {...