|
8 years ago | |
---|---|---|
.tito | 8 years ago | |
ansible-profile | 9 years ago | |
bin | 8 years ago | |
docs | 9 years ago | |
filter_plugins | 8 years ago | |
git | 9 years ago | |
inventory | 8 years ago | |
library | 9 years ago | |
lookup_plugins | 9 years ago | |
playbooks | 8 years ago | |
roles | 8 years ago | |
utils | 9 years ago | |
.gitignore | 9 years ago | |
BUILD.md | 9 years ago | |
DEPLOYMENT_TYPES.md | 9 years ago | |
Dockerfile | 9 years ago | |
LICENSE.md | 10 years ago | |
README.md | 8 years ago | |
README_AEP.md | 9 years ago | |
README_ANSIBLE_CONTAINER.md | 9 years ago | |
README_AWS.md | 8 years ago | |
README_CONTAINERIZED_INSTALLATION.md | 9 years ago | |
README_GCE.md | 9 years ago | |
README_libvirt.md | 9 years ago | |
README_openstack.md | 9 years ago | |
README_vagrant.md | 9 years ago | |
Vagrantfile | 9 years ago | |
ansible.cfg.example | 10 years ago | |
openshift-ansible.spec | 8 years ago |
#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