Skip to content

Instantly share code, notes, and snippets.

@scottslowe
Created October 21, 2014 21:30
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save scottslowe/4ca1e0c960bbd450ea0e to your computer and use it in GitHub Desktop.
Save scottslowe/4ca1e0c960bbd450ea0e to your computer and use it in GitHub Desktop.
This YAML file is intended to be used with an appropriately configured Vagrantfile (see yaml-vagrantfile for an example).
---
- name: coreos-01
box: coreos-alpha
ram: 512
ip: 172.17.8.101
- name: coreos-02
box: coreos-alpha
ram: 512
ip: 172.17.8.102
- name: coreos-03
box: coreos-alpha
ram: 512
ip: 172.17.8.103
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment