https://github.com/preaction/introduction-to-rex
A presentation introducing the basics of Rex
https://github.com/preaction/introduction-to-rex
Last synced: 4 months ago
JSON representation
A presentation introducing the basics of Rex
- Host: GitHub
- URL: https://github.com/preaction/introduction-to-rex
- Owner: preaction
- License: other
- Created: 2015-04-08T19:17:19.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-06-21T14:58:15.000Z (about 10 years ago)
- Last Synced: 2025-10-19T07:55:07.727Z (8 months ago)
- Language: HTML
- Size: 538 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction to Rex
This presentation covers the basic Rex command and configuration.
## Covered topics
* Running commands
* Running commands on remote hosts
* Configuring host groups
* Configuring environments
* Configuring tasks
* Adding task options
* Tasks running other tasks
## Uncovered topics which I would like to add
* Files
* Templates
* Modules
* Some common plugins
* rsync
* Parallelization
* Tasks running other tasks in parallel
## Topics I do not intend to add
I do not have root on my machines, so I cannot do these things.
* Installing OS packages
* Managing OS services
# COPYRIGHT AND LICENSE
Copyright 2015 Doug Bell
The presentation content is licensed under CC-BY-SA 4.0.
The Perl code is licensed under CC-BY-SA 4.0, or the same terms as Perl
itself (Artistic License 1.0, or GPL 1.0+ at your discretion).