GitXplorerGitXplorer
s

tentakel

public
22 stars
10 forks
2 issues

Commits

List of commits on branch master.
Unverified
b71fda4ba122a8ba315bfd4c0d308bbc5633a582

chore: format

ssfermigier committed 6 months ago
Unverified
867a70b970b745fe50ef513537d40029a70241e6

chore: update deps

ssfermigier committed 6 months ago
Unverified
e269f07d5315df5f1b2cdfba6cf284c1f23b649f

Bump version (4.0.3)

ssfermigier committed 10 months ago
Unverified
6afdf472186c2b2285a955230cae09bc27325664

chore: update dependencies.

ssfermigier committed 10 months ago
Unverified
8ab7cbf9ca29eaa3a026604fb9b87470b576b206

Bump version (4.0.2)

ssfermigier committed a year ago
Unverified
504130e64d710633db4e56551f93d16b2e1cab06

chore: project metadata

ssfermigier committed a year ago

README

The README file for this repository.

About

Tentakel is a program for executing the same command on many hosts in parallel using various remote methods. It can make use of several sets of hosts that are defined in a configuration file as groups.

It also supports an interactive mode that can be used for repeated commands.

The author uses tentakel to simultaneously install software on many workstations or ask and set parameters on a linux compute cluster. With the power of format strings tentakel can also be used for monitoring purposes.

Supported remote methods are ssh(1) and rsh(1). Both must be configured to allow for password-less logins. Password-protected keyfiles for ssh can be used with ssh-agent(1).

A plugin mechanism allows users to implement their own remote methods in addition to the builtin ones.

For more information on available options please refer to the manpage tentakel(1).

The project homepage is: https://github.com/sfermigier/tentakel

The current maintainer is:

The original authors were:

This software contains the Toy Parser Generator (tpg.py) written by Christophe Delord.