All my Ansible Playbooks
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Nicolas Massé 68a30c1c5d WiP : OpenShift Lab installation playbook 9 years ago
..
group_vars WiP : OpenShift Lab installation playbook 9 years ago
roles WiP : OpenShift Lab installation playbook 9 years ago
.gitignore WiP : OpenShift Lab installation playbook 9 years ago
LICENSE WiP : OpenShift Lab installation playbook 9 years ago
README.md WiP : OpenShift Lab installation playbook 9 years ago
ansible WiP : OpenShift Lab installation playbook 9 years ago
hosts-lab WiP : OpenShift Lab installation playbook 9 years ago
site.yml WiP : OpenShift Lab installation playbook 9 years ago

README.md

OpenShift-Lab-Ansible-Playbook

This project is the Ansible Playbook to install OpenShift in a Lab Environment.

Preparation work

  1. Edit group_vars/lab and change all passwords and DNS names (search for "changeme")
  2. Edit hosts-lab to target your Virtual Machines

Installation

‘‘‘ ./ansible bootstrap master1.openshift.test node1.openshift.test node2.openshift.test nodeinfra1.openshift.test admin.openshift.test ./ansible play ./ansible run nodes "uptime -p" ’’’