unsupported.yml 526 B

123456789101112
  1. ---
  2. # This task list checks for unsupported configurations. Values here should yield
  3. # a partially functioning cluster but would not be supported for production use.
  4. - name: Ensure that openshift_use_dnsmasq is true
  5. when:
  6. - not openshift_use_dnsmasq | default(true) | bool
  7. fail:
  8. msg: |-
  9. Starting in 3.6 openshift_use_dnsmasq must be true or critical features
  10. will not function. This also means that NetworkManager must be installed
  11. enabled and responsible for management of the primary interface.