How to install Openshift Origin All-In-One-Server with Ansible

1. Install CentOS 2. Install dependencies yum install -y epel-release yum install -y ansible python-cryptography python-crypto pyOpenSSL git docker 3. Install Openshift Ansible git clone https://github.com/openshift/openshift-ansible 4. Create a new docker volume Follow this tutorial: http://kumar-pravin.blogspot.de/2015/10/setting-up-storage-to-make-docker.html 5. Create Hosts file Create the following file `vi openshift-hosts` and paste the following […]