cockpit-ui.yml 254 B

12345678
  1. ---
  2. - name: Create Hosted Resources - cockpit-ui
  3. hosts: oo_first_master
  4. roles:
  5. - role: cockpit-ui
  6. when:
  7. - openshift_hosted_manage_registry | default(true) | bool
  8. - not (openshift_docker_hosted_registry_insecure | default(false)) | bool