config.yml 648 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. ---
  2. - include: initialize_oo_option_facts.yml
  3. tags:
  4. - always
  5. - include: disable_excluder.yml
  6. tags:
  7. - always
  8. - include: ../openshift-etcd/config.yml
  9. tags:
  10. - etcd
  11. - include: ../openshift-nfs/config.yml
  12. tags:
  13. - nfs
  14. - include: ../openshift-loadbalancer/config.yml
  15. tags:
  16. - loadbalancer
  17. - include: ../openshift-master/config.yml
  18. tags:
  19. - master
  20. - include: additional_config.yml
  21. tags:
  22. - master
  23. - include: ../openshift-node/config.yml
  24. tags:
  25. - node
  26. - include: ../openshift-glusterfs/config.yml
  27. tags:
  28. - glusterfs
  29. - include: openshift_hosted.yml
  30. tags:
  31. - hosted
  32. - include: reset_excluder.yml
  33. tags:
  34. - always