mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
595 B
YAML
15 lines
595 B
YAML
11 years ago
|
- hosts: testhost
|
||
|
gather_facts: true
|
||
|
roles:
|
||
|
- { role: test_gce, tags: test_gce }
|
||
11 years ago
|
- { role: test_gce_pd, tags: test_gce_pd }
|
||
8 years ago
|
- { role: test_gce_mig, tags: test_gce_mig }
|
||
8 years ago
|
- { role: test_gcdns, tags: test_gcdns }
|
||
8 years ago
|
- { role: test_gce_tag, tags: test_gce_tag }
|
||
8 years ago
|
- { role: test_gce_net, tags: test_gce_net }
|
||
8 years ago
|
- { role: test_gcp_url_map, tags: test_gcp_url_map }
|
||
8 years ago
|
- { role: test_gcp_glb, tags: test_gcp_glb }
|
||
8 years ago
|
- { role: test_gcp_healthcheck, tags: test_gcp_healthcheck }
|
||
8 years ago
|
- { role: test_gce_labels, tags: test_gce_labels }
|
||
8 years ago
|
# TODO: tests for gce_lb, gc_storage
|