1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- ---
- - include: initialize_oo_option_facts.yml
- tags:
- - always
- - include: disable_excluder.yml
- tags:
- - always
- - include: ../openshift-etcd/config.yml
- tags:
- - etcd
- - include: ../openshift-nfs/config.yml
- tags:
- - nfs
- - include: ../openshift-loadbalancer/config.yml
- tags:
- - loadbalancer
- - include: ../openshift-master/config.yml
- tags:
- - master
- - include: additional_config.yml
- tags:
- - master
- - include: ../openshift-node/config.yml
- tags:
- - node
- - include: ../openshift-glusterfs/config.yml
- tags:
- - glusterfs
- - include: openshift_hosted.yml
- tags:
- - hosted
- - include: reset_excluder.yml
- tags:
- - always
|