Easily run commands on collections of hosts
Install
Clone the repository
Run python setup.py install or python setup.py develop in a virtualenv
Getting Started
Tues expects a command to execute, followed by the name of a hostname provider and its arguments.
Execute on all hosts in file hostnames.
echo "localhost" > hostnames tues "ls" file hostnames
Providers
Foreman
Execute on all hosts matching a certain foreman expression.
export FOREMAN_URL="https://user:password@foreman.domain/" tues "ls" fm "class = my::class"
Nagios (via livestatus)
Execute on all hosts with a given service pattern not in state OK
export NAGIOS_HOST="nagios" export NAGIOS_LIVESTATUS_SOCKET="/var/lib/nagios3/rw/livestatus" tues -u root "puppet agent run --test" nagios puppet_status
The values of the environment variables above are the defaults, you do not need to specify them if they match your setup.
Custom Providers
New providers may be added by putting a new executable with a name like “tues-provider-” on your PATH. A provider is expected to return a newline seperated list of hosts.
If the provider returns with an error, the output is considered to be an error message and/or it’s help output. If ‘–help’ is passed through to the provider the output is displayed no matter what exit code is used.
Release files for tues 1.0.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| tues-1.0.5.tar.gz | 5.1 kB | Details |
Release files / tues-1.0.5.tar.gz
| Download URL | tues-1.0.5.tar.gz |
|---|---|
| Size | 5.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ab88f110898bf803a1684f4e3fa385a0de99a0fa3f1475de5e5d64fe9c5ae55f
|
|
BLAKE2b-256 checksum How to use checksums |
c2f080db033f74ae134c56f0b172ecd0b5785f04ff28b738654e365956c51bd8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |