cockpit-ui.yml 357 B

1234567891011
  1. ---
  2. - name: Create Hosted Resources - cockpit-ui
  3. hosts: oo_first_master
  4. tasks:
  5. - import_role:
  6. name: cockpit-ui
  7. tasks_from: install.yml
  8. when:
  9. - openshift_hosted_manage_registry | default(true) | bool
  10. - openshift_hosted_manage_registry_console | bool
  11. - not (openshift_docker_hosted_registry_insecure | default(false)) | bool