Created
April 10, 2017 16:16
-
-
Save scarolan/85f535448b5cda3caf47ac746804ed2c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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