Last active
November 9, 2016 16:23
-
-
Save scarolan/a1e2fec429a23284273b5bbaf197fdac 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 | |
aws_ssh_key_id: gramsay_bot | |
region: us-east-1 | |
security_group_ids: sg-e5bafc83 | |
subnet_id: subnet-977469ce | |
availability_zone: us-east-1a | |
associate_public_ip: true | |
instance_type: t2.micro | |
tags: | |
# Replace YOURNAME and YOURCOMPANY here | |
Name: "Chef Training Node for YOURNAME, YOURCOMPANY" | |
created-by: "test-kitchen" | |
user: <%= ENV['USER'] %> | |
provisioner: | |
name: chef_zero | |
cookbook_path: C:\Users\Administrator\chef-repo\cookbooks | |
verifier: | |
name: inspec | |
format: documentation | |
inspec_tests: | |
- test/recipes | |
platforms: | |
- name: centos-6 | |
driver_config: | |
image_id: ami-61bbf104 | |
transport: | |
ssh_key: C:\Users\Administrator\.ssh\gramsay_bot.pem | |
suites: | |
- name: default | |
run_list: | |
- recipe[workstation::default] | |
attributes: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment