Created
April 13, 2016 17:07
-
-
Save hunner/0a1b070b35994c3b7d136189a8d3a255 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
HOSTS: | |
ubuntu-1404-x64-master: | |
roles: | |
- master | |
- agent | |
- dashboard | |
- database | |
platform: ubuntu-1404-x86_64 | |
hypervisor: vagrant | |
box: puppetlabs/ubuntu-14.04-64-nocm | |
box_url: https://vagrantcloud.com/puppetlabs/boxes/ubuntu-14.04-64-nocm | |
ip: 192.168.20.20 | |
ubuntu-1404-x64-agent: | |
roles: | |
- agent | |
platform: ubuntu-1404-x86_64 | |
hypervisor: vagrant | |
box: puppetlabs/ubuntu-14.04-64-nocm | |
box_url: https://vagrantcloud.com/puppetlabs/boxes/ubuntu-14.04-64-nocm | |
ip: 192.168.21.21 | |
volumes: | |
first: | |
size: 2000000 | |
CONFIG: | |
nfs_server: none | |
consoleport: 443 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment