blob: 7fde28d8f877211c3bbe6bfaeac921b018914b6d (
plain)
1
2
3
4
5
6
7
|
- hosts: testhost
gather_facts: true
roles:
- { role: test_gce, tags: test_gce }
- { role: test_gce_pd, tags: test_gce_pd }
- { role: test_gce_mig, tags: test_gce_mig }
# TODO: tests for gce_lb, gce_net, gc_storage
|