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