Skip to content

Instantly share code, notes, and snippets.

@goern
Created March 3, 2015 11:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goern/acfb9bac168b6eec44eb to your computer and use it in GitHub Desktop.
Save goern/acfb9bac168b6eec44eb to your computer and use it in GitHub Desktop.
Oh-My-Vagrant configuration to deplo OpenShift Enterprise 3
---
:domain: goern.example.com
:network: 192.168.196.0/24
:image: rhel-7.1
:boxurlprefix: ''
:sync: rsync
:folder: ''
:extern:
- type: git
system: ansible
repository: git@github.com:goern/openshift-ansible.git
directory: ose3
branch: enterprise2
:puppet: false
:classes: []
:docker: false
:ansible: []
:playbook:
- ose3/playbooks/byo/config.yml
:cachier: false
:vms:
- :name: master
:ansible:
- masters
- :name: node-1
:ansible:
- nodes
- :name: node-2
:ansible:
- nodes
:namespace: ose3
:count: 0
:username: ''
:password: ''
:poolid: true
:repos: []
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment