Any alternative to rundeck to run commands on multiple servers?

I am running a task workflow in a Java program. One of the tasks is to execute some commands on several Linux servers.

Servers are defined dynamically - reading from an XML file. I studied the Rundeck API, but it seems to me that I have to configure the servers in advance, which does not meet my needs.

Any ideas?

+5
source share
2 answers

One answer is to use rundeck, I think you just need rundeck to dynamically load your nodes.

, . rundeck api refresh method. , . node URL- .

, , SSH SSH Java.

+4
0

All Articles