Skip to content

Instantly share code, notes, and snippets.

@scarolan
Created April 10, 2017 16:16
Show Gist options
  • Save scarolan/85f535448b5cda3caf47ac746804ed2c to your computer and use it in GitHub Desktop.
Save scarolan/85f535448b5cda3caf47ac746804ed2c to your computer and use it in GitHub Desktop.
---
driver:
name: ec2
require_chef_omnibus: true
region: us-west-2
security_group_ids: <REPLACE>
subnet_id: <REPLACE>
associate_public_ip: true
instance_type: c3.large
aws_ssh_key_id: chef_demo
tags:
Name: "Chef Demo Test Kitchen Instance"
created-by: "test-kitchen"
user: Administrator
transport:
username: ubuntu
ssh_key: ~/.ssh/id_rsa
provisioner:
name: chef_zero
verifier:
name: inspec
platforms:
- name: ubuntu-14.04
suites:
- name: default
run_list:
- recipe[cookbook::recipe]
attributes:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment