.kitchen.yml 577 Bytes
---
driver:
  name: ec2
  aws_ssh_key_id: cfe_stg_20160222
  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: true
  shared_credentials_profile: earth

provisioner:
  name: chef_solo

platforms:
  - name: ubuntu-14.04
    driver:
      image_id: ami-50946030
    transport:
      username: ubuntu
      ssh_key: ~/.ssh/cfe_stg_20160222.pem

suites:
  - name: default
    run_list:
      - recipe[cfe-nginx-php-fpm::default]
    attributes: