diff options
Diffstat (limited to 'playbooks/openshift-hosted/private/cockpit-ui.yml')
-rw-r--r-- | playbooks/openshift-hosted/private/cockpit-ui.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/playbooks/openshift-hosted/private/cockpit-ui.yml b/playbooks/openshift-hosted/private/cockpit-ui.yml new file mode 100644 index 000000000..359132dd0 --- /dev/null +++ b/playbooks/openshift-hosted/private/cockpit-ui.yml @@ -0,0 +1,8 @@ +--- +- name: Create Hosted Resources - cockpit-ui + hosts: oo_first_master + roles: + - role: cockpit-ui + when: + - openshift_hosted_manage_registry | default(true) | bool + - not openshift.docker.hosted_registry_insecure | default(false) | bool |