13f2d9222f
* Revert to using url_map internal to the module to allow parameter generation to work. module parameter is still url_map_name. * [GCP] Cross Region Load Balancer Integration Test
13 lines
540 B
YAML
13 lines
540 B
YAML
- hosts: testhost
|
|
gather_facts: true
|
|
roles:
|
|
- { role: test_gce, tags: test_gce }
|
|
- { role: test_gce_pd, tags: test_gce_pd }
|
|
- { role: test_gce_mig, tags: test_gce_mig }
|
|
- { role: test_gcdns, tags: test_gcdns }
|
|
- { role: test_gce_tag, tags: test_gce_tag }
|
|
- { role: test_gce_net, tags: test_gce_net }
|
|
- { role: test_gcp_url_map, tags: test_gcp_url_map }
|
|
- { role: test_gcp_glb, tags: test_gcp_glb }
|
|
- { role: test_gcp_healthcheck, tags: test_gcp_healthcheck }
|
|
# TODO: tests for gce_lb, gc_storage
|