Skip to content

Instantly share code, notes, and snippets.

@vignesh-v3
Created December 3, 2016 12:32
Show Gist options
  • Save vignesh-v3/714bc5ade257d8af1bb8d7d0f59d3828 to your computer and use it in GitHub Desktop.
Save vignesh-v3/714bc5ade257d8af1bb8d7d0f59d3828 to your computer and use it in GitHub Desktop.
vagrant
---
driver:
name: vagrant
network:
- ["forwarded_port", {guest: 80, host: 8080}]
- ["private_network", {ip: "192.168.56.1"}]
provisioner:
name: chef_solo
platforms:
- name: ubuntu-14.04
suites:
- name: default
run_list:
- recipe[hwk::default]
attributes:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment