diff options
| author | Seth Vidal <skvidal@fedoraproject.org> | 2012-12-04 17:33:32 +0000 |
|---|---|---|
| committer | Seth Vidal <skvidal@fedoraproject.org> | 2012-12-04 17:33:32 +0000 |
| commit | 1211a9a9fc353c047b106491090dcc1b0a7afd6b (patch) | |
| tree | 28708e70c99e52892da9771d92a3d820fc83641f /README | |
| parent | 136db45405b9a83abe25518a7bbcdd59e344106b (diff) | |
| download | ansible-1211a9a9fc353c047b106491090dcc1b0a7afd6b.tar.gz ansible-1211a9a9fc353c047b106491090dcc1b0a7afd6b.tar.xz ansible-1211a9a9fc353c047b106491090dcc1b0a7afd6b.zip | |
add notes to docs about how to use --extra-vars in ansible for transient cloud spin up
Diffstat (limited to 'README')
| -rw-r--r-- | README | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -47,6 +47,21 @@ volumes, etc) and it's ip address. You will then be able to login, as root. +You can add various extra vars to the above commands to change the instance +you've just spun up. + +variables to define: +instance_type=c1.medium +security_group=default +root_auth_users='username1 username2 @groupname' +hostbase=basename for hostname - will have instance id appended to it + + +define these with: + +--extra-vars="varname=value varname1=value varname2=value" + + Instance types: right now the euca cloudlet has these instance types defined |
