|
24 | 24 | numUplinks: "{{ item['uplinks'] }}"
|
25 | 25 | numPorts: "{{ item['ports'] }}"
|
26 | 26 | productVersion: "{{ item['productVersion'] }}"
|
27 |
| - mtu: 1600 |
28 |
| - discovery_protocol: 'lldp' |
29 |
| - discovery_operation: 'both' |
| 27 | + mtu: "{{ mtu }}" |
| 28 | + discovery_protocol: "{{ discovery_protocol }}" |
| 29 | + discovery_operation: "{{ discovery_operation }}" |
30 | 30 | state: "present"
|
31 | 31 | with_items: "{{ oob_vcenter['dvs'] }}"
|
32 | 32 | tags:
|
|
42 | 42 | numUplinks: "{{ item['uplinks'] }}"
|
43 | 43 | numPorts: "{{ item['ports'] }}"
|
44 | 44 | productVersion: "{{ item['productVersion'] }}"
|
45 |
| - mtu: 1600 |
46 |
| - discovery_protocol: 'lldp' |
47 |
| - discovery_operation: 'both' |
| 45 | + mtu: "{{ mtu }}" |
| 46 | + discovery_protocol: "{{ discovery_protocol }}" |
| 47 | + discovery_operation: "{{ discovery_operation }}" |
48 | 48 | state: "present"
|
49 | 49 | with_items: "{{ ib_vcenter['dvs'] }}"
|
50 | 50 | tags:
|
|
59 | 59 | vds_name: "{{ item['name'] }}"
|
60 | 60 | numUplinks: "{{ item['uplinks'] }}"
|
61 | 61 | numPorts: "{{ item['ports'] }}"
|
62 |
| - mtu: 1600 |
63 |
| - discovery_protocol: 'lldp' |
64 |
| - discovery_operation: 'both' |
| 62 | + mtu: "{{ mtu }}" |
| 63 | + discovery_protocol: "{{ discovery_protocol }}" |
| 64 | + discovery_operation: "{{ discovery_operation }}" |
65 | 65 | productVersion: "{{ item['productVersion'] }}"
|
66 | 66 | state: "absent"
|
67 | 67 | with_items: "{{ oob_vcenter['dvs'] }}"
|
|
78 | 78 | numUplinks: "{{ item['uplinks'] }}"
|
79 | 79 | numPorts: "{{ item['ports'] }}"
|
80 | 80 | productVersion: "{{ item['productVersion'] }}"
|
81 |
| - mtu: 1600 |
82 |
| - discovery_protocol: 'lldp' |
83 |
| - discovery_operation: 'both' |
| 81 | + mtu: "{{ mtu }}" |
| 82 | + discovery_protocol: "{{ discovery_protocol }}" |
| 83 | + discovery_operation: "{{ discovery_operation }}" |
84 | 84 | state: "absent"
|
85 | 85 | with_items: "{{ ib_vcenter['dvs'] }}"
|
86 | 86 | tags:
|
|
197 | 197 | ip_address: "{{ item.1.storage_ip }}"
|
198 | 198 | subnet_mask: "{{ item.1.storage_netmask }}"
|
199 | 199 | service_type:
|
200 |
| - mtu: 1500 |
| 200 | + mtu: "{{ mtu }}" |
201 | 201 | state: 'present'
|
202 | 202 | with_subelements:
|
203 | 203 | - oob_vcenter.clusters
|
|
216 | 216 | ip_address: "{{ item.1.vmotion_ip }}"
|
217 | 217 | subnet_mask: "{{ item.1.vmotion_netmask }}"
|
218 | 218 | service_type: "{{ item.1.vmotion_service_type }}"
|
219 |
| - mtu: 1500 |
| 219 | + mtu: "{{ mtu }}" |
220 | 220 | state: 'present'
|
221 | 221 | with_subelements:
|
222 | 222 | - oob_vcenter.clusters
|
|
235 | 235 | ip_address: "{{ item.1.storage_ip }}"
|
236 | 236 | subnet_mask: "{{ item.1.storage_netmask }}"
|
237 | 237 | service_type:
|
238 |
| - mtu: 1500 |
| 238 | + mtu: "{{ mtu }}" |
239 | 239 | state: 'present'
|
240 | 240 | with_subelements:
|
241 | 241 | - ib_vcenter.clusters
|
|
254 | 254 | ip_address: "{{ item.1.vmotion_ip }}"
|
255 | 255 | subnet_mask: "{{ item.1.vmotion_netmask }}"
|
256 | 256 | service_type: "{{ item.1.vmotion_service_type }}"
|
257 |
| - mtu: 1500 |
| 257 | + mtu: "{{ mtu }}" |
258 | 258 | state: 'present'
|
259 | 259 | with_subelements:
|
260 | 260 | - ib_vcenter.clusters
|
|
0 commit comments