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

## User story **As** a FreeBSD user **I would like to** have jails supported by Rex **so I can** manage my environment more efficiently. ## Describe the solution you'd like...

## User story As [illumos](https://illumos.org/) sysadmin I would like to be able to use Rex with illumos. ## Describe the solution you'd like Since some illumos-based distro, like [SmartOS](https://en.wikipedia.org/wiki/SmartOS), use...

## User story **As** a package maintainer, **I would like to** use pre-built artifacts for packaging, **so I can** avoid pulling in the whole authoring environment as build dependencies. ##...

This PR fixes #1356 by prefixing any existing value of --rsync-path with "sudo" if sudo keyword doesn't already exist in the value. ## Checklist - [X] based on top of...

This PR fixes #1376 by fixing logic for handling a non-existent "free" command on the system. ## Checklist - [X] based on top of latest source code - [ ]...

## Describe the bug Following bash message is shown twice on STDERR: `sh: free: command not found` ## How to reproduce it Steps to reproduce the behavior: 1. Add the...

## Describe the bug If I want to rsync with a nice setting of 19, I would do: `rsync --rsync-path='nice -n 19 rsync' ` If I want to run this...

I'm use the `sync` command with the `--archive` option with rex. Even when running this command with sudo, group ownership of files is lost and reverts to owner or user...

To change a cron entry, it first needs to be marked absent, changed, and then re-run. What Ansible and Puppet do is prepend a comment that they use to identify...

TL;DR: this is a placeholder issue to collect some of the older changes that got merged into the historical `development` branch, but didn't make it into mainline `master` after all,...