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