Guillaume Coré
2018-07-30 5f069b922cd9c3bdaa1b3db90e9914283769bc02
ocp-workshop: do not install openshiftapb by default
2 files modified
2 ■■■■■ changed files
ansible/configs/ocp-workshop/env_vars.yml 1 ●●●● patch | view | raw | blame | history
ansible/configs/ocp-workshop/post_software.yml 1 ●●●● patch | view | raw | blame | history
ansible/configs/ocp-workshop/env_vars.yml
@@ -52,6 +52,7 @@
install_logging: true
install_aws_broker: false
install_nexus: true
install_openshiftapb: false
glusterfs_device_name: /dev/xvdc
glusterfs_device_size: 500
ansible/configs/ocp-workshop/post_software.yml
@@ -20,6 +20,7 @@
    - "{{ ANSIBLE_REPO_PATH }}/configs/{{ env_type }}/env_vars.yml"
  roles:
    - role: "{{ ANSIBLE_REPO_PATH }}/roles/openshift-ansible-broker"
      when: install_openshiftapb | bool
  tasks:
    - name: get nfs Hostname
      set_fact: