summaryrefslogtreecommitdiff
path: root/test/integration/targets/prepare_vmware_tests/tasks/setup_resource_pool.yml
blob: 060785d17abb7580cd21b03a05096f836a202b8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
- name: Add resource pool to vCenter
  vmware_resource_pool:
    datacenter: '{{ dc1 }}'
    cluster: '{{ ccr1 }}'
    resource_pool: DC0_C0_RP1
    mem_shares: normal
    mem_limit: -1
    mem_reservation: 0
    mem_expandable_reservations: yes
    cpu_shares: normal
    cpu_limit: -1
    cpu_reservation: 0
    cpu_expandable_reservations: yes
    state: present