11 lines
315 B
YAML
11 lines
315 B
YAML
|
---
|
||
|
- name: ensure vlan pool does not exist for tests to kick off
|
||
|
aci_encap_pool: &aci_pool_absent_static
|
||
|
host: "{{ aci_hostname }}"
|
||
|
username: "{{ aci_username }}"
|
||
|
password: "{{ aci_password }}"
|
||
|
validate_certs: no
|
||
|
state: absent
|
||
|
pool: anstest
|
||
|
pool_type: vsan
|
||
|
allocation_mode: static
|