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