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 }
|
|
|
|
# TODO: tests for gce_lb, gc_storage
|