cockpit-ui.yml 306 B

123456
  1. ---
  2. - name: Create Hosted Resources - cockpit-ui
  3. hosts: oo_first_master
  4. roles:
  5. - role: cockpit-ui
  6. 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)