caf8bbf3bd
* Initial Azure cloud testing support. * Add missing Azure requirements. * Fix test handling of setup and requirements. * Update Azure cloud plugin. * Add setup_azure role for integration tests. * Update minimal Azure integration test sample.
7 lines
188 B
YAML
7 lines
188 B
YAML
- block:
|
|
- name: create a virtual network
|
|
azure_rm_virtualnetwork:
|
|
resource_group: '{{ resource_group }}'
|
|
name: test
|
|
address_prefixes_cidr:
|
|
- "10.1.0.0/16"
|