From a495780e61e824dddeaf35b9d58b6b37e300505c Mon Sep 17 00:00:00 2001 From: Russell Teague Date: Tue, 21 Nov 2017 16:47:48 -0500 Subject: Playbook Consolidation - openshift-hosted --- playbooks/openshift-hosted/private/cockpit-ui.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 playbooks/openshift-hosted/private/cockpit-ui.yml (limited to 'playbooks/openshift-hosted/private/cockpit-ui.yml') 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 -- cgit v1.2.3