Marcos Entenza
2018-11-22 6c5da4ffc3a218472bfdff5f98a3f07c29e93fc1
1-the-manual-menace/README.md
@@ -163,7 +163,7 @@
3. Apply the inventory by logging into OpenShift on the terminal and running the playbook as follows (<CLUSTER_URL> should be replaced with the one you've been sent as shown below). Accept any insecure connection warning 👍:
```bash
oc login https://console.lader.rht-labs.com
oc login <CLUSTER_URL>
```
```bash
ansible-playbook apply.yml -i inventory/ -e target=bootstrap
@@ -544,7 +544,7 @@
7. Re-apply the inventory to re-create it all!
```bash
oc login https://console.lader.rht-labs.com
oc login <CLUSTER_URL>
```
```bash
ansible-playbook apply.yml -i inventory/ -e target=bootstrap