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.
|
|
9 years ago | |
|---|---|---|
| .. | ||
| group_vars | 9 years ago | |
| roles | 9 years ago | |
| .gitignore | 9 years ago | |
| LICENSE | 9 years ago | |
| README.md | 9 years ago | |
| ansible | 9 years ago | |
| hosts-lab | 9 years ago | |
| site.yml | 9 years ago | |
README.md
OpenShift-Lab-Ansible-Playbook
This project is the Ansible Playbook to install OpenShift in a Lab Environment.
Preparation work
- Edit group_vars/lab and change all passwords and DNS names (search for "changeme")
- 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" ’’’