mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
c99c3b2b5d
* [GCP] Healthcheck module * fix return YAML block * removed update_ return value; removed python26 check; typos and docs updates * doc fix * Updated int test for no-update conditions * added filter_gcp_fields test * fixed bug in update where dictionary wasn't built correctly and port was not being set. * added default values to documentation block
12 lines
491 B
YAML
12 lines
491 B
YAML
- 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 }
|
|
- { role: test_gcdns, tags: test_gcdns }
|
|
- { role: test_gce_tag, tags: test_gce_tag }
|
|
- { role: test_gce_net, tags: test_gce_net }
|
|
- { role: test_gcp_url_map, tags: test_gcp_url_map }
|
|
- { role: test_gcp_healthcheck, tags: test_gcp_healthcheck }
|
|
# TODO: tests for gce_lb, gc_storage
|