1
0
mirror of https://github.com/openshift/openshift-ansible-contrib.git synced 2026-02-05 09:45:58 +01:00

Update main.yaml

This commit is contained in:
Davis Phillips
2018-07-05 10:12:58 -05:00
committed by GitHub
parent aac4995a25
commit 687d9d8ce1

View File

@@ -1,14 +1,4 @@
---
#- name: Assign app memory for container_storage
# set_fact:
# app_memory: 32768
# when: "'cns' in container_storage"
#- name: Assign app memory for container_storage
# set_fact:
# app_memory: 8192
# when:"'cns' not in container_storage"
- name: Create production master node VMs on vCenter
vmware_guest:
hostname: "{{ openshift_cloudprovider_vsphere_host }}"