diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-09-22 11:51:23 -0400 |
---|---|---|
committer | Scott Dodson <sdodson@redhat.com> | 2017-09-22 14:06:59 -0400 |
commit | 95b7ffbb4a65ca62af37192aaf8006f50a207440 (patch) | |
tree | 35347d3b745a2a06688a112171cba0caf2dd8f75 /playbooks/common/openshift-master | |
parent | 5b1bb00a2f02e51ab493e86eb4d8b6e264e3268d (diff) | |
download | openshift-95b7ffbb4a65ca62af37192aaf8006f50a207440.tar.gz openshift-95b7ffbb4a65ca62af37192aaf8006f50a207440.tar.bz2 openshift-95b7ffbb4a65ca62af37192aaf8006f50a207440.tar.xz openshift-95b7ffbb4a65ca62af37192aaf8006f50a207440.zip |
Allow examples management to be disabled
Diffstat (limited to 'playbooks/common/openshift-master')
-rw-r--r-- | playbooks/common/openshift-master/additional_config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/common/openshift-master/additional_config.yml b/playbooks/common/openshift-master/additional_config.yml index de467a722..1ce1ac2f3 100644 --- a/playbooks/common/openshift-master/additional_config.yml +++ b/playbooks/common/openshift-master/additional_config.yml @@ -10,8 +10,8 @@ - role: openshift_master_cluster when: openshift_master_ha | bool and openshift.master.cluster_method == "pacemaker" - role: openshift_examples + when: openshift_install_examples | default(true, true) | bool registry_url: "{{ openshift.master.registry_url }}" - when: openshift_install_examples | default(True) - role: openshift_hosted_templates registry_url: "{{ openshift.master.registry_url }}" - role: openshift_manageiq |