Rex icon indicating copy to clipboard operation
Rex copied to clipboard

Rex, the friendly automation framework

Results 130 Rex issues
Sort by recently updated
recently updated
newest added

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...

easy-to-fix
ready

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;...

bug
easy-to-fix

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", ],...

enhancement

## 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...

feature request

## 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...

feature request

## 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...

feature request

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...

help wanted

## 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`...