Rex
Rex copied to clipboard
Rex, the friendly automation framework
It would be nice if Rex could explicitly support the possibility to specify pathes to images to be used with Rex::Box (and not just emulating it with forged URLs and/or...
When I set sudo TRUE; running rex got stuck. Using -d I fund that the problem is this command ``` sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL;...
The idea is to support something along the lines of ```yaml set cmdb => { type => "YAML", merge_behavior => 'LEFT_PRECEDENT', path => [ "cmdb/{environment}/{server}.yml", "cmdb/{environment}/default.yml", "cmdb/{roles}.yml", "cmdb/{server}.yml", "cmdb/default.yml", ],...
## User story **As** someone developing a Rex task **I would like to** find out which groups a server is in **so I can** make decisions based on its group...
## User story **As** maintainer, **I would like to** enable basic file management commands run on Windows, **so I can** write better tests, and support more use cases both in...
## User story **As** maintainer, **I would like to** add more on_no_change hooks to resources, **so I can** provide a common interface for resources which could trigger further actions based...
From time to time people ask for Windows support and the goal is to also support it. To support windows we have (imho) 2 options: #### SSH Server on Windows...
## Describe the bug Couple of features of the `rexify` binary is outdated by now, but not marked as deprecated (or not replaced with alternatives) yet, like: - `--search` -...
## Describe the bug Many of the inline file templates in the rexify binary are outdated: - using 0.40 features - old syntax (`install`, `set group`, etc.) - using `__module__.pm`...