Just a quick note: on chapter 2 of DO280, the example shows the prerequiesites.yml as run on master,node1 and node2, however if you follow all the instructions above that talk about NFS storage and Ansible Broker, then the services.lab.example.com machine is also included in the play, with the following output
services.lab.example.com : ok=36 changed=4 unreachable=0 failed=0
Just FYI :)
PS: I'm referring to this text from the chapter 2:
[student@workstation ocp-project]$ ansible-playbook -i inventory \
> /usr/share/ansible/openshift-ansible/playbooks/prerequisites.yml
When the playbook completes, a play recap is provided:
PLAY RECAP ********************************************************************
master.lab.example.com : ok=68 changed=12 unreachable=0 failed=0
node1.lab.example.com : ok=61 changed=12 unreachable=0 failed=0
node2.lab.example.com : ok=61 changed=12 unreachable=0 failed=0
INSTALLER STATUS **************************************************************
Initialization : Complete (0:00:28)
of course my point is on the PLAY RECAP, the output shown, The instructions are correct (although one may argue that it's not clear if the activity involves the NFS and Ansible borker part or if they are informative only)
Red Hat
Learning Community
A collaborative learning environment, enabling open source skill development.