|
il y a 8 ans | |
---|---|---|
.tito | il y a 8 ans | |
ansible-profile | il y a 9 ans | |
bin | il y a 8 ans | |
callback_plugins | il y a 8 ans | |
docs | il y a 9 ans | |
filter_plugins | il y a 8 ans | |
git | il y a 9 ans | |
inventory | il y a 8 ans | |
library | il y a 8 ans | |
lookup_plugins | il y a 8 ans | |
playbooks | il y a 8 ans | |
roles | il y a 8 ans | |
utils | il y a 8 ans | |
.gitignore | il y a 9 ans | |
BUILD.md | il y a 9 ans | |
DEPLOYMENT_TYPES.md | il y a 8 ans | |
Dockerfile | il y a 9 ans | |
LICENSE.md | il y a 10 ans | |
README.md | il y a 8 ans | |
README_AEP.md | il y a 8 ans | |
README_ANSIBLE_CONTAINER.md | il y a 9 ans | |
README_AWS.md | il y a 8 ans | |
README_CONTAINERIZED_INSTALLATION.md | il y a 9 ans | |
README_GCE.md | il y a 8 ans | |
README_libvirt.md | il y a 8 ans | |
README_openstack.md | il y a 9 ans | |
README_vagrant.md | il y a 9 ans | |
Vagrantfile | il y a 9 ans | |
ansible.cfg.example | il y a 10 ans | |
openshift-ansible.spec | il y a 8 ans |
#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-2.1.0.0 pyOpenSSL python-cryptography
OSX:
# Install ansible 2.1.0.0 and python 2
brew install ansible python
Setup for a specific cloud:
Bring your own host deployments:
Build
Directory Structure:
##Contributing