Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Image RemovedImage Added


[root@master openshift-ansible]# more ./root/openshift-ansible/playbooks/byocommon/openshift-cluster/config.yml

...

- include: initialize_groups.yml

  tags:

  - always 


- name: Verify Requirements

...

      - docker_image_availability

      - docker_storage 


- include: ../../common/openshift-cluster/std_include.yml

  tags:

  - always 


- include: ../../common/openshift-cluster/config.yml

...