Rex (software)

From Wikipedia, the free encyclopedia
Developer(s)Jan Gehring, Ferenc Erki
Initial release5 November 2010 (2010-11-05)
Stable release
1.14.3[1] Edit this on Wikidata / 5 August 2023; 8 months ago (5 August 2023)
Repository
Written inPerl
Operating systemLinux, Unix-like, Windows
TypeConfiguration management
LicenseApache
Websiterexify.org

(R)?ex or simply Rex is an open source remote execution, configuration management and software deployment tool. It combines Perl and Secure Shell (SSH) for a portable, centralistic approach to its problem domain.

Rex is an acronym for "Remote Execution".

History[edit]

Rex originated from the need of a flexible, parallel remote execution application with software deployment and configuration management capabilities. Unsatisfied with available implementations in 2010, the author of Rex, Jan Gehring, decided to implement a Perl-based tool to cope with his requirements.

Design[edit]

Rex configuration management example run alt text
Rex is executed on the command line. Required parameters are fetched from the local Rexfile. The task logic is executed on the local host. The single commands of the specified task are executed atomically on every server. Rex may connect and execute commands in sequence or in parallel depending on the number of threads used.

Rex is a stand-alone application executing either a single command or so-called tasks. Tasks are specified on the command line and are defined in Rexfiles. A Rexfile takes a similar role for remote execution as a Makefile does for application installation. It is defined via a small DSL, but is essentially a Perl script. Therefore, it can contain arbitrary Perl as well.

For code reuse, configuration instructions are placed in modules which can be included by a Rexfile. A template system for configuration files is available.[2]

For Rex to be able to work, the managed targets must provide a running SSH server and a Perl 5 interpreter.

Rex serves a variety of applications. Examples are user & group, cron, filesystem, kernel module, process and virtual machine management.[3]

Public recognition[edit]

Rex is discussed on conferences and in related press releases. [4] [5]

It was voted under the Best Open Source solutions 2013 by Initiative Mittelstand.[6]

See also[edit]

References[edit]

  1. ^ "Release 1.14.3". 5 August 2023. Retrieved 19 September 2023.
  2. ^ "Using Modules and Templates". Retrieved April 25, 2018.
  3. ^ "Rex API documentation". Archived from the original on February 5, 2014. Retrieved February 5, 2014.
  4. ^ "Rex - Deployment and Configuration Management". YAPC::Europe 2013 “Future Perl”. Retrieved February 5, 2014.
  5. ^ "King of Computers: Managing Computers with Rex". Admin Magazine. Retrieved February 5, 2014.
  6. ^ "IT-Bestenliste, Open Source, (R)?ex". Initiative Mittelstand. Archived from the original on December 15, 2013. Retrieved January 28, 2014.

External links[edit]