We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
To execute a command transparent local or remote you can require the (R)?ex Module Rex::Commands::Run.
use Rex::Commands::Run; user "myuser"; password "mypass"; desc "Show me the uptime"; task "uptime", "server1", "server2", sub { run "uptime"; };