summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/cockpit-ui.yml
blob: 5ddafdb07e222a22a1d134ddd67f9d31f66a217e (plain)
1
2
3
4
5
6
---
- name: Create Hosted Resources - cockpit-ui
  hosts: oo_first_master
  roles:
  - role: cockpit-ui
    when: ( openshift.common.version_gte_3_3_or_1_3  | bool ) and ( openshift_hosted_manage_registry | default(true) | bool ) and not (openshift.docker.hosted_registry_insecure | default(false) | bool)