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 }
|
2014-03-30 21:49:55 +00:00
|
|
|
# TODO: tests for gce_lb, gce_net, gc_storage
|