Skip to content

Instantly share code, notes, and snippets.

@simonmcc
Created March 26, 2018 13:37
Show Gist options
  • Save simonmcc/2e58c41c033e236723d188d5195cc017 to your computer and use it in GitHub Desktop.
Save simonmcc/2e58c41c033e236723d188d5195cc017 to your computer and use it in GitHub Desktop.
driver:
name: vagrant
network:
- ["private_network", {ip: "192.168.33.33"}]
- ["private_network", {ip: "fddd:0001:85a3::8a2e:370:7334"}]
provisioner:
name: chef_zero
platforms:
- name: ubuntu-16.04
suites:
- name: default
run_list:
- recipe[apache::httpd]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment