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?
source
share