#OpenShift Ansible
This repo contains Ansible code for OpenShift. This repo and the origin RPMs
that it installs currently require a package that provides docker
. Currently
the RPMs provided from dockerproject.org do not provide this requirement, though
they may in the future.
##Setup
Install base dependencies:
dnf install -y ansible-1.9.4 pyOpenSSL python-cryptography
OSX:
# Install ansible 1.9.4 and python 2
brew install ansible python
Setup for a specific cloud:
Bring your own host deployments:
Build
Directory Structure:
##Contributing