Skip to content

Instantly share code, notes, and snippets.

@nedward
Created May 5, 2015 17:56
Show Gist options
  • Save nedward/9afbec6360ef1c447a49 to your computer and use it in GitHub Desktop.
Save nedward/9afbec6360ef1c447a49 to your computer and use it in GitHub Desktop.
machine_options :region => node["aws_deploy"]["machine_options"]["region"],
:location => node["aws_deploy"]["machine_options"]["location"],
:ssh_username => node["aws_deploy"]["machine_options"]["ubuntu"]["ssh_username"],
:convergence_options => {:ssl_verify_mode => :verify_none},
:bootstrap_options =>{
:instance_type => node["aws_deploy"]["machine_options"]["instance_type"],
:image_id => node["aws_deploy"]["machine_options"]["ubuntu"]["image_id"],
:key_name => node["aws_deploy"]["machine_options"]["key_name"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment