.kitchen.yml
522 Bytes
---
driver:
name: ec2
security_group_ids: ["sg-7f6fda18"]
region: us-west-2
availability_zone: b
subnet_id: subnet-d530d8b1
instance_type: t2.micro
associate_public_ip: true
require_chef_omnibus: 12.12.15
shared_credentials_profile: earth
provisioner:
name: chef_zero
platforms:
- name: ubuntu-14.04
driver:
image_id: ami-xxx
transport:
username: ubuntu
ssh_key: ~/.ssh/xxx.pem
suites:
- name: default
run_list:
- recipe[cfe-mongodb::default]
attributes: