Forked from vignesh-v3/gist:21a97c75ceb0026d9bf68a338be3d306
Last active
December 3, 2016 18:21
-
-
Save cheeseplus/1d163b8b992f935eb47c41dc1dfe0586 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: vagrant | |
provisioner: | |
name: chef_solo | |
platforms: | |
- name: ubuntu-14.04 | |
driver: | |
network: | |
- ["forwarded_port", {guest: 80, host: 8123}] | |
- ["private_network", {ip: "192.168.56.1"}] | |
- name: ubuntu-16.04 | |
driver: | |
network: | |
- ["private_network", {ip: "192.168.46.12"}] | |
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