Sha256: 197ee2d15d8c7cadd9c176b5810117d7e51274875fd6b81b19afb9600a65312e
Contents?: true
Size: 647 Bytes
Versions: 4
Compression:
Stored size: 647 Bytes
Contents
# Amazon Web Services credentials aws: account_id: <%= ENV['ACCOUNT_ID'] %> access_key_id: <%= ENV['ACCESS_KEY_ID'] %> secret_access_key: <%= ENV['SECRET_ACCESS_KEY'] %> keypair_name: <%= ENV['KEYPAIR_NAME'] %> availability_zone: us-east-1a # Global script params ec2: image_id: ami-480df921 # Canonical Ubuntu 10.04, EBS boot, i386 instance_type: c1.medium ssh_user: ubuntu webapp: name: standup_test app_subdir: test/testapp github_user: Flamefork github_repo: cloudcastle/standup setup: ec2 basics monit ruby postgresql passenger webapp db_backup update # Nodes and their script params nodes: standup_testapp:
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
standup-0.6.9 | test/testapp/config/standup.yml |
standup-0.6.8 | test/testapp/config/standup.yml |
standup-0.6.7 | test/testapp/config/standup.yml |
standup-0.6.6 | test/testapp/config/standup.yml |