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

### As an engineer ### I would like to be able to retrieve Augeas error logs ### so I can find out why Augeas commands are failing ### Additional context...

feature request

### Describe the bug Rex terminates with errors (the error varies based on where it is thrown) if dealing with a filename containing backslashes. Example: [2023-09-20 11:16:14] INFO - Running...

bug

-H should accept a comma separated list of servers ``` rex -H 'host1,host2,host3' task ``` Is it ok if I submit a patch that does this?

docs needed
ready

If you run this command: ``` rex -H host1 -H host2 task ``` You get the following error: ``` No group host2 defined. ```

### Describe the bug Rex::Hardware::VirtInfo assumes that QEMU is kvm. This is may only be true if the host is Linux and is definitely false for any other OS. ```...

triage needed

### Describe the bug Rex::Hardware::VirtInfo assumes that it is being ran on Linux and does not properly use Rex::Inventory::Bios::get, which is the proper cross platform manner to the non kernel...

triage needed

### As maintainer ### I would like to make the test suite of Rex pass in NixOS ### so I can enable users to use basic Rex features on these...

feature request

This PR is a proposal to fix #1597 by refactoring Rex::Commands::Sync . ## Checklist - [x] based on top of latest source code - [ ] changelog entry included -...

### Describe the bug When using an IPv6 as a server entry, the hostname/port is not parsed correctly (see `rex -d` output below). For example, with `2001:db8::1` it uses `2001`...

bug

### Describe the bug Rex::Interface::Connection namespace lacks documentation. ### Expected behavior It would be nice to document at least the publicly exposed and/or commonly used bits of the Rex::Interface::Connection namespace,...

bug
docs needed