Created
November 8, 2016 21:13
-
-
Save scarolan/fb2053c3a2562a1d0b9c273e001e2705 to your computer and use it in GitHub Desktop.
This file contains 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 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