minikube start \
--driver=virtualbox \
--cpus 4 \
--memory 8192
Recomended: 8 CPU and 30 GB RAM (for demo we are going to use minimal setup)
| --- | |
| - name: Install docker | |
| gather_facts: No | |
| hosts: default | |
| tasks: | |
| - name: Install yum utils | |
| yum: | |
| name: yum-utils | |
| state: latest |
| mkdir Tower | |
| cd Tower/ | |
| git clone https://github.com/ansible/awx.git | |
| cd awx | |
| cd installer/ | |
| #vi inventory | |
| -# openshift_host=127.0.0.1:8443 | |
| -# awx_openshift_project=awx | |
| -# openshift_user=developer |