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