|
hace 9 años | |
---|---|---|
.tito | hace 9 años | |
ansible-profile | hace 9 años | |
bin | hace 9 años | |
docs | hace 9 años | |
filter_plugins | hace 9 años | |
git | hace 9 años | |
inventory | hace 9 años | |
lookup_plugins | hace 9 años | |
playbooks | hace 9 años | |
roles | hace 9 años | |
test | hace 9 años | |
utils | hace 9 años | |
.gitignore | hace 9 años | |
BUILD.md | hace 9 años | |
DEPLOYMENT_TYPES.md | hace 9 años | |
Dockerfile | hace 9 años | |
LICENSE.md | hace 10 años | |
README.md | hace 9 años | |
README_AEP.md | hace 9 años | |
README_ANSIBLE_CONTAINER.md | hace 9 años | |
README_AWS.md | hace 9 años | |
README_CONTAINERIZED_INSTALLATION.md | hace 9 años | |
README_GCE.md | hace 9 años | |
README_libvirt.md | hace 9 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 9 años |
#OpenShift and Atomic Enterprise Ansible
This repo contains Ansible code for OpenShift and Atomic Enterprise.
##Setup
Install base dependencies:
dnf install -y ansible-1.9.4 rubygem-thor rubygem-parseconfig util-linux pyOpenSSL libffi-devel python-cryptography
OSX:
# Install ansible 1.9.4 and python 2
brew install ansible python
# Required ruby gems
gem install thor parseconfig
Setup for a specific cloud:
Bring your own host deployments:
Build
Directory Structure:
##Contributing
###Feature Roadmap Our Feature Roadmap is available on the OpenShift Origin Infrastructure Trello board. All ansible items will be tagged with [installv3].