Skip to content

Instantly share code, notes, and snippets.

@hiroraba
Created December 16, 2013 15:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hiroraba/7988866 to your computer and use it in GitHub Desktop.
Save hiroraba/7988866 to your computer and use it in GitHub Desktop.
use lib 'lib';
# enable new Features
use Rex -feature => 0.40;
# set your username
user "root";
# set your password
password "*****";
# enable password authentication
# put your server in this group
set group => "servers1" => "10.0.3.5";
set group => "servers2" => "10.0.3.13";
# now load every module via ,,require''
require mysite;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment