Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Where is documenation for defining servers for use by Rex?

by trwww (Priest)
on Apr 08, 2020 at 00:41 UTC ( [id://11115205]=note: print w/replies, xml ) Need Help??


in reply to Where is documenation for defining servers for use by Rex?

Perhaps its because I have experience with Ansible, but it looks pretty straight forward to me. https://www.rexify.org/docs/guides/start_using__r__ex.html has a script, it describes exactly how that script works, and shows how to run it.

Perhaps show us what you tried that didn't work?

Replies are listed 'Best First'.
Re^2: Where is documenation for defining servers for use by Rex?
by nysus (Parson) on Apr 08, 2020 at 01:26 UTC

    There is supposedly a way to set properties for individual servers. There is only a small sample of this here.

    The server options I'm trying to specify don't seem to work so I'm looking for thorough documentation on what those server options are. That's why I'm looking for documentation. Example:

    group "servers", "server_big" => { user => 'my_user', private_key => ' +/home/user/key.pem' }; task 'uptime', 'server_big', sub { say run 'uptime'; };

    The private_key setting is getting ignored and I can't log in.

    $PM = "Perl Monk's";
    $MCF = "Most Clueless Friar Abbot Bishop Pontiff Deacon Curate Priest Vicar";
    $nysus = $PM . ' ' . $MCF;
    Click here if you love Perl Monks

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11115205]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (3)
As of 2024-03-29 02:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found