Skip to content

Instantly share code, notes, and snippets.

@scarolan
Created November 8, 2016 21:13
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scarolan/fb2053c3a2562a1d0b9c273e001e2705 to your computer and use it in GitHub Desktop.
Save scarolan/fb2053c3a2562a1d0b9c273e001e2705 to your computer and use it in GitHub Desktop.
---
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 Sean"
created-by: "test-kitchen"
user: <%= ENV['USER'] %>
provisioner:
name: chef_zero
verifier:
name: inspec
format: documentation
transport:
username: root
ssh_key: C:\Users\Administrator\.ssh\gramsay_bot.pem
platforms:
- name: centos-6
suites:
- name: default
run_list:
- recipe[apache]
attributes:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment