summaryrefslogtreecommitdiffstats
path: root/playbooks/openshift-hosted/private/cockpit-ui.yml
diff options
context:
space:
mode:
authorRussell Teague <rteague@redhat.com>2017-11-21 16:47:48 -0500
committerRussell Teague <rteague@redhat.com>2017-11-22 08:14:04 -0500
commita495780e61e824dddeaf35b9d58b6b37e300505c (patch)
tree16dd17c673dbce1461bb904f9a67f91c40f415b5 /playbooks/openshift-hosted/private/cockpit-ui.yml
parent7c6e0712b6bb57dcce6a055d4f88a2234449141f (diff)
downloadopenshift-a495780e61e824dddeaf35b9d58b6b37e300505c.tar.gz
openshift-a495780e61e824dddeaf35b9d58b6b37e300505c.tar.bz2
openshift-a495780e61e824dddeaf35b9d58b6b37e300505c.tar.xz
openshift-a495780e61e824dddeaf35b9d58b6b37e300505c.zip
Playbook Consolidation - openshift-hosted
Diffstat (limited to 'playbooks/openshift-hosted/private/cockpit-ui.yml')
-rw-r--r--playbooks/openshift-hosted/private/cockpit-ui.yml8
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