summaryrefslogtreecommitdiffstats
path: root/roles/openshift_sanitize_inventory/tasks/unsupported.yml
blob: 24e44ea850c2b7e98d91cfd6bb6dd506192bd01a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
# This task list checks for unsupported configurations. Values here should yield
# a partially functioning cluster but would not be supported for production use.

- name: Ensure that openshift_use_dnsmasq is true
  when:
  - not openshift_use_dnsmasq | default(true) | bool
  fail:
    msg: |-
      Starting in 3.6 openshift_use_dnsmasq must be true or critical features
      will not function. This also means that NetworkManager must be installed
      enabled and responsible for management of the primary interface.