https://github.com/rexops/rex-io-integration
https://github.com/rexops/rex-io-integration
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rexops/rex-io-integration
- Owner: RexOps
- Created: 2014-06-29T09:40:18.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-08-02T21:05:10.000Z (over 11 years ago)
- Last Synced: 2025-01-05T06:29:28.909Z (about 1 year ago)
- Language: Perl
- Size: 137 KB
- Stars: 2
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rex.IO integration for Rex
This repository contains the library to integrate Rex with Rex.IO.
## Status
Currently you can store the inventory of a system inside Rex.IO and use it as a persistant cache.
## Installation
You can install Rex.IO integration with the following commands:
```bash
perl Makefile.PL
make
make install
```
## Usage
To use Rex.IO integration within your Rexfile you have to configure it.
```perl
use Rex::RexIO;
set rexio => {
server => 'https://your-rexio-server:5000',
user => 'the-user',
password => 'the-password',
};
```
Now you can use with the CLI switch *-c* to activate the cache.