2014-03-30 00:27:48 +00:00
|
|
|
- hosts: testhost
|
|
|
|
gather_facts: true
|
|
|
|
roles:
|
|
|
|
- { role: test_gce, tags: test_gce }
|
2014-03-30 21:49:55 +00:00
|
|
|
- { role: test_gce_pd, tags: test_gce_pd }
|
2016-09-21 21:48:09 +00:00
|
|
|
- { role: test_gce_mig, tags: test_gce_mig }
|
2016-09-22 18:40:57 +00:00
|
|
|
- { role: test_gcdns, tags: test_gcdns }
|
2016-11-04 19:31:19 +00:00
|
|
|
- { role: test_gce_tag, tags: test_gce_tag }
|
2017-02-16 21:39:25 +00:00
|
|
|
- { role: test_gce_net, tags: test_gce_net }
|
2017-05-11 17:02:32 +00:00
|
|
|
- { role: test_gcp_url_map, tags: test_gcp_url_map }
|
2017-05-18 16:49:50 +00:00
|
|
|
- { role: test_gcp_healthcheck, tags: test_gcp_healthcheck }
|
2017-02-16 21:39:25 +00:00
|
|
|
# TODO: tests for gce_lb, gc_storage
|