mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-12 05:40:28 -07:00
only add symlinks for old modules (#337)
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
269435c165
commit
212b3d4b9a
59 changed files with 161 additions and 161 deletions
plugins/modules
gcp_appengine_firewall_rule_info.pygcp_bigquery_dataset_info.pygcp_bigquery_table_info.pygcp_cloudbuild_trigger_info.pygcp_cloudscheduler_job_info.pygcp_cloudtasks_queue_info.pygcp_compute_address_info.pygcp_compute_autoscaler_info.pygcp_compute_backend_bucket_info.pygcp_compute_backend_service_info.pygcp_compute_disk_info.pygcp_compute_firewall_info.pygcp_compute_forwarding_rule_info.pygcp_compute_global_address_info.pygcp_compute_global_forwarding_rule_info.pygcp_compute_health_check_info.pygcp_compute_http_health_check_info.pygcp_compute_https_health_check_info.pygcp_compute_image_info.pygcp_compute_instance_group_info.pygcp_compute_instance_group_manager_info.pygcp_compute_instance_info.pygcp_compute_instance_template_info.pygcp_compute_interconnect_attachment_info.pygcp_compute_network_info.pygcp_compute_region_disk_info.pygcp_compute_route_info.pygcp_compute_router_info.pygcp_compute_snapshot_info.pygcp_compute_ssl_certificate_info.pygcp_compute_ssl_policy_info.pygcp_compute_subnetwork_info.pygcp_compute_target_http_proxy_info.pygcp_compute_target_https_proxy_info.pygcp_compute_target_pool_info.pygcp_compute_target_ssl_proxy_info.pygcp_compute_target_tcp_proxy_info.pygcp_compute_target_vpn_gateway_info.pygcp_compute_url_map_info.pygcp_compute_vpn_tunnel_info.pygcp_container_cluster_info.pygcp_container_node_pool_info.pygcp_dns_managed_zone_info.pygcp_dns_resource_record_set_info.pygcp_iam_role_info.pygcp_iam_service_account_info.pygcp_mlengine_model_info.pygcp_mlengine_version_info.pygcp_pubsub_subscription_info.pygcp_pubsub_topic_info.pygcp_redis_instance_info.pygcp_resourcemanager_project_info.pygcp_sourcerepo_repository_info.pygcp_spanner_database_info.pygcp_spanner_instance_info.pygcp_sql_database_info.pygcp_sql_instance_info.pygcp_sql_user_info.pygcp_tpu_node_info.py
|
@ -44,7 +44,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: " a firewall rule info"
|
||||
- name: get info on a firewall rule
|
||||
gcp_appengine_firewall_rule_info:
|
||||
project: test_project
|
||||
auth_kind: serviceaccount
|
||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
|||
module: gcp_bigquery_dataset_info
|
||||
description:
|
||||
- Gather info for GCP Dataset
|
||||
- This module was previously called gcp_bigquery_dataset_facts before Ansible 2.9.
|
||||
The usage has not changed
|
||||
- This module was called C(gcp_bigquery_dataset_facts) before Ansible 2.9. The usage
|
||||
has not changed.
|
||||
short_description: Gather info for GCP Dataset
|
||||
version_added: 2.8
|
||||
author: Google Inc. (@googlecloudplatform)
|
||||
|
@ -46,7 +46,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: " a dataset info"
|
||||
- name: get info on a dataset
|
||||
gcp_bigquery_dataset_info:
|
||||
project: test_project
|
||||
auth_kind: serviceaccount
|
||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
|||
module: gcp_bigquery_table_info
|
||||
description:
|
||||
- Gather info for GCP Table
|
||||
- This module was previously called gcp_bigquery_table_facts before Ansible 2.9. The
|
||||
usage has not changed
|
||||
- This module was called C(gcp_bigquery_table_facts) before Ansible 2.9. The usage
|
||||
has not changed.
|
||||
short_description: Gather info for GCP Table
|
||||
version_added: 2.8
|
||||
author: Google Inc. (@googlecloudplatform)
|
||||
|
@ -51,7 +51,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: " a table info"
|
||||
- name: get info on a table
|
||||
gcp_bigquery_table_info:
|
||||
dataset: example_dataset
|
||||
project: test_project
|
||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
|||
module: gcp_cloudbuild_trigger_info
|
||||
description:
|
||||
- Gather info for GCP Trigger
|
||||
- This module was previously called gcp_cloudbuild_trigger_facts before Ansible 2.9.
|
||||
The usage has not changed
|
||||
- This module was called C(gcp_cloudbuild_trigger_facts) before Ansible 2.9. The usage
|
||||
has not changed.
|
||||
short_description: Gather info for GCP Trigger
|
||||
version_added: 2.8
|
||||
author: Google Inc. (@googlecloudplatform)
|
||||
|
@ -46,7 +46,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: " a trigger info"
|
||||
- name: get info on a trigger
|
||||
gcp_cloudbuild_trigger_info:
|
||||
project: test_project
|
||||
auth_kind: serviceaccount
|
||||
|
|
|
@ -49,7 +49,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: " a job info"
|
||||
- name: get info on a job
|
||||
gcp_cloudscheduler_job_info:
|
||||
region: us-central1
|
||||
project: test_project
|
||||
|
|
|
@ -49,7 +49,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: " a queue info"
|
||||
- name: get info on a queue
|
||||
gcp_cloudtasks_queue_info:
|
||||
location: us-central1
|
||||
project: test_project
|
||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
|||
module: gcp_compute_address_info
|
||||
description:
|
||||
- Gather info for GCP Address
|
||||
- This module was previously called gcp_compute_address_facts before Ansible 2.9.
|
||||
The usage has not changed
|
||||
- This module was called C(gcp_compute_address_facts) before Ansible 2.9. The usage
|
||||
has not changed.
|
||||
short_description: Gather info for GCP Address
|
||||
version_added: 2.7
|
||||
author: Google Inc. (@googlecloudplatform)
|
||||
|
@ -58,7 +58,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: " a address info"
|
||||
- name: get info on a address
|
||||
gcp_compute_address_info:
|
||||
region: us-west1
|
||||
filters:
|
||||
|
|
|
@ -55,7 +55,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: " a autoscaler info"
|
||||
- name: get info on a autoscaler
|
||||
gcp_compute_autoscaler_info:
|
||||
zone: us-central1-a
|
||||
filters:
|
||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
|||
module: gcp_compute_backend_bucket_info
|
||||
description:
|
||||
- Gather info for GCP BackendBucket
|
||||
- This module was previously called gcp_compute_backend_bucket_facts before Ansible
|
||||
2.9. The usage has not changed
|
||||
- This module was called C(gcp_compute_backend_bucket_facts) before Ansible 2.9. The
|
||||
usage has not changed.
|
||||
short_description: Gather info for GCP BackendBucket
|
||||
version_added: 2.7
|
||||
author: Google Inc. (@googlecloudplatform)
|
||||
|
@ -52,7 +52,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: " a backend bucket info"
|
||||
- name: get info on a backend bucket
|
||||
gcp_compute_backend_bucket_info:
|
||||
filters:
|
||||
- name = test_object
|
||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
|||
module: gcp_compute_backend_service_info
|
||||
description:
|
||||
- Gather info for GCP BackendService
|
||||
- This module was previously called gcp_compute_backend_service_facts before Ansible
|
||||
2.9. The usage has not changed
|
||||
- This module was called C(gcp_compute_backend_service_facts) before Ansible 2.9.
|
||||
The usage has not changed.
|
||||
short_description: Gather info for GCP BackendService
|
||||
version_added: 2.7
|
||||
author: Google Inc. (@googlecloudplatform)
|
||||
|
@ -52,7 +52,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: " a backend service info"
|
||||
- name: get info on a backend service
|
||||
gcp_compute_backend_service_info:
|
||||
filters:
|
||||
- name = test_object
|
||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
|||
module: gcp_compute_disk_info
|
||||
description:
|
||||
- Gather info for GCP Disk
|
||||
- This module was previously called gcp_compute_disk_facts before Ansible 2.9. The
|
||||
usage has not changed
|
||||
- This module was called C(gcp_compute_disk_facts) before Ansible 2.9. The usage has
|
||||
not changed.
|
||||
short_description: Gather info for GCP Disk
|
||||
version_added: 2.7
|
||||
author: Google Inc. (@googlecloudplatform)
|
||||
|
@ -57,7 +57,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: " a disk info"
|
||||
- name: get info on a disk
|
||||
gcp_compute_disk_info:
|
||||
zone: us-central1-a
|
||||
filters:
|
||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
|||
module: gcp_compute_firewall_info
|
||||
description:
|
||||
- Gather info for GCP Firewall
|
||||
- This module was previously called gcp_compute_firewall_facts before Ansible 2.9.
|
||||
The usage has not changed
|
||||
- This module was called C(gcp_compute_firewall_facts) before Ansible 2.9. The usage
|
||||
has not changed.
|
||||
short_description: Gather info for GCP Firewall
|
||||
version_added: 2.7
|
||||
author: Google Inc. (@googlecloudplatform)
|
||||
|
@ -52,7 +52,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: " a firewall info"
|
||||
- name: get info on a firewall
|
||||
gcp_compute_firewall_info:
|
||||
filters:
|
||||
- name = test_object
|
||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
|||
module: gcp_compute_forwarding_rule_info
|
||||
description:
|
||||
- Gather info for GCP ForwardingRule
|
||||
- This module was previously called gcp_compute_forwarding_rule_facts before Ansible
|
||||
2.9. The usage has not changed
|
||||
- This module was called C(gcp_compute_forwarding_rule_facts) before Ansible 2.9.
|
||||
The usage has not changed.
|
||||
short_description: Gather info for GCP ForwardingRule
|
||||
version_added: 2.7
|
||||
author: Google Inc. (@googlecloudplatform)
|
||||
|
@ -58,7 +58,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: " a forwarding rule info"
|
||||
- name: get info on a forwarding rule
|
||||
gcp_compute_forwarding_rule_info:
|
||||
region: us-west1
|
||||
filters:
|
||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
|||
module: gcp_compute_global_address_info
|
||||
description:
|
||||
- Gather info for GCP GlobalAddress
|
||||
- This module was previously called gcp_compute_global_address_facts before Ansible
|
||||
2.9. The usage has not changed
|
||||
- This module was called C(gcp_compute_global_address_facts) before Ansible 2.9. The
|
||||
usage has not changed.
|
||||
short_description: Gather info for GCP GlobalAddress
|
||||
version_added: 2.7
|
||||
author: Google Inc. (@googlecloudplatform)
|
||||
|
@ -52,7 +52,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: " a global address info"
|
||||
- name: get info on a global address
|
||||
gcp_compute_global_address_info:
|
||||
filters:
|
||||
- name = test_object
|
||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
|||
module: gcp_compute_global_forwarding_rule_info
|
||||
description:
|
||||
- Gather info for GCP GlobalForwardingRule
|
||||
- This module was previously called gcp_compute_global_forwarding_rule_facts before
|
||||
Ansible 2.9. The usage has not changed
|
||||
- This module was called C(gcp_compute_global_forwarding_rule_facts) before Ansible
|
||||
2.9. The usage has not changed.
|
||||
short_description: Gather info for GCP GlobalForwardingRule
|
||||
version_added: 2.7
|
||||
author: Google Inc. (@googlecloudplatform)
|
||||
|
@ -52,7 +52,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: " a global forwarding rule info"
|
||||
- name: get info on a global forwarding rule
|
||||
gcp_compute_global_forwarding_rule_info:
|
||||
filters:
|
||||
- name = test_object
|
||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
|||
module: gcp_compute_health_check_info
|
||||
description:
|
||||
- Gather info for GCP HealthCheck
|
||||
- This module was previously called gcp_compute_health_check_facts before Ansible
|
||||
2.9. The usage has not changed
|
||||
- This module was called C(gcp_compute_health_check_facts) before Ansible 2.9. The
|
||||
usage has not changed.
|
||||
short_description: Gather info for GCP HealthCheck
|
||||
version_added: 2.7
|
||||
author: Google Inc. (@googlecloudplatform)
|
||||
|
@ -52,7 +52,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: " a health check info"
|
||||
- name: get info on a health check
|
||||
gcp_compute_health_check_info:
|
||||
filters:
|
||||
- name = test_object
|
||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
|||
module: gcp_compute_http_health_check_info
|
||||
description:
|
||||
- Gather info for GCP HttpHealthCheck
|
||||
- This module was previously called gcp_compute_http_health_check_facts before Ansible
|
||||
2.9. The usage has not changed
|
||||
- This module was called C(gcp_compute_http_health_check_facts) before Ansible 2.9.
|
||||
The usage has not changed.
|
||||
short_description: Gather info for GCP HttpHealthCheck
|
||||
version_added: 2.7
|
||||
author: Google Inc. (@googlecloudplatform)
|
||||
|
@ -52,7 +52,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: " a http health check info"
|
||||
- name: get info on a http health check
|
||||
gcp_compute_http_health_check_info:
|
||||
filters:
|
||||
- name = test_object
|
||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
|||
module: gcp_compute_https_health_check_info
|
||||
description:
|
||||
- Gather info for GCP HttpsHealthCheck
|
||||
- This module was previously called gcp_compute_https_health_check_facts before Ansible
|
||||
2.9. The usage has not changed
|
||||
- This module was called C(gcp_compute_https_health_check_facts) before Ansible 2.9.
|
||||
The usage has not changed.
|
||||
short_description: Gather info for GCP HttpsHealthCheck
|
||||
version_added: 2.7
|
||||
author: Google Inc. (@googlecloudplatform)
|
||||
|
@ -52,7 +52,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: " a https health check info"
|
||||
- name: get info on a https health check
|
||||
gcp_compute_https_health_check_info:
|
||||
filters:
|
||||
- name = test_object
|
||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
|||
module: gcp_compute_image_info
|
||||
description:
|
||||
- Gather info for GCP Image
|
||||
- This module was previously called gcp_compute_image_facts before Ansible 2.9. The
|
||||
usage has not changed
|
||||
- This module was called C(gcp_compute_image_facts) before Ansible 2.9. The usage
|
||||
has not changed.
|
||||
short_description: Gather info for GCP Image
|
||||
version_added: 2.7
|
||||
author: Google Inc. (@googlecloudplatform)
|
||||
|
@ -52,7 +52,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: " a image info"
|
||||
- name: get info on a image
|
||||
gcp_compute_image_info:
|
||||
filters:
|
||||
- name = test_object
|
||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
|||
module: gcp_compute_instance_group_info
|
||||
description:
|
||||
- Gather info for GCP InstanceGroup
|
||||
- This module was previously called gcp_compute_instance_group_facts before Ansible
|
||||
2.9. The usage has not changed
|
||||
- This module was called C(gcp_compute_instance_group_facts) before Ansible 2.9. The
|
||||
usage has not changed.
|
||||
short_description: Gather info for GCP InstanceGroup
|
||||
version_added: 2.7
|
||||
author: Google Inc. (@googlecloudplatform)
|
||||
|
@ -57,7 +57,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: " a instance group info"
|
||||
- name: get info on a instance group
|
||||
gcp_compute_instance_group_info:
|
||||
zone: us-central1-a
|
||||
filters:
|
||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
|||
module: gcp_compute_instance_group_manager_info
|
||||
description:
|
||||
- Gather info for GCP InstanceGroupManager
|
||||
- This module was previously called gcp_compute_instance_group_manager_facts before
|
||||
Ansible 2.9. The usage has not changed
|
||||
- This module was called C(gcp_compute_instance_group_manager_facts) before Ansible
|
||||
2.9. The usage has not changed.
|
||||
short_description: Gather info for GCP InstanceGroupManager
|
||||
version_added: 2.7
|
||||
author: Google Inc. (@googlecloudplatform)
|
||||
|
@ -57,7 +57,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: " a instance group manager info"
|
||||
- name: get info on a instance group manager
|
||||
gcp_compute_instance_group_manager_info:
|
||||
zone: us-west1-a
|
||||
filters:
|
||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
|||
module: gcp_compute_instance_info
|
||||
description:
|
||||
- Gather info for GCP Instance
|
||||
- This module was previously called gcp_compute_instance_facts before Ansible 2.9.
|
||||
The usage has not changed
|
||||
- This module was called C(gcp_compute_instance_facts) before Ansible 2.9. The usage
|
||||
has not changed.
|
||||
short_description: Gather info for GCP Instance
|
||||
version_added: 2.7
|
||||
author: Google Inc. (@googlecloudplatform)
|
||||
|
@ -57,7 +57,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: " a instance info"
|
||||
- name: get info on a instance
|
||||
gcp_compute_instance_info:
|
||||
zone: us-central1-a
|
||||
filters:
|
||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
|||
module: gcp_compute_instance_template_info
|
||||
description:
|
||||
- Gather info for GCP InstanceTemplate
|
||||
- This module was previously called gcp_compute_instance_template_facts before Ansible
|
||||
2.9. The usage has not changed
|
||||
- This module was called C(gcp_compute_instance_template_facts) before Ansible 2.9.
|
||||
The usage has not changed.
|
||||
short_description: Gather info for GCP InstanceTemplate
|
||||
version_added: 2.7
|
||||
author: Google Inc. (@googlecloudplatform)
|
||||
|
@ -52,7 +52,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: " a instance template info"
|
||||
- name: get info on a instance template
|
||||
gcp_compute_instance_template_info:
|
||||
filters:
|
||||
- name = test_object
|
||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
|||
module: gcp_compute_interconnect_attachment_info
|
||||
description:
|
||||
- Gather info for GCP InterconnectAttachment
|
||||
- This module was previously called gcp_compute_interconnect_attachment_facts before
|
||||
Ansible 2.9. The usage has not changed
|
||||
- This module was called C(gcp_compute_interconnect_attachment_facts) before Ansible
|
||||
2.9. The usage has not changed.
|
||||
short_description: Gather info for GCP InterconnectAttachment
|
||||
version_added: 2.8
|
||||
author: Google Inc. (@googlecloudplatform)
|
||||
|
@ -57,7 +57,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: " a interconnect attachment info"
|
||||
- name: get info on a interconnect attachment
|
||||
gcp_compute_interconnect_attachment_info:
|
||||
region: us-central1
|
||||
filters:
|
||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
|||
module: gcp_compute_network_info
|
||||
description:
|
||||
- Gather info for GCP Network
|
||||
- This module was previously called gcp_compute_network_facts before Ansible 2.9.
|
||||
The usage has not changed
|
||||
- This module was called C(gcp_compute_network_facts) before Ansible 2.9. The usage
|
||||
has not changed.
|
||||
short_description: Gather info for GCP Network
|
||||
version_added: 2.7
|
||||
author: Google Inc. (@googlecloudplatform)
|
||||
|
@ -52,7 +52,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: " a network info"
|
||||
- name: get info on a network
|
||||
gcp_compute_network_info:
|
||||
filters:
|
||||
- name = test_object
|
||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
|||
module: gcp_compute_region_disk_info
|
||||
description:
|
||||
- Gather info for GCP RegionDisk
|
||||
- This module was previously called gcp_compute_region_disk_facts before Ansible 2.9.
|
||||
The usage has not changed
|
||||
- This module was called C(gcp_compute_region_disk_facts) before Ansible 2.9. The
|
||||
usage has not changed.
|
||||
short_description: Gather info for GCP RegionDisk
|
||||
version_added: 2.8
|
||||
author: Google Inc. (@googlecloudplatform)
|
||||
|
@ -57,7 +57,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: " a region disk info"
|
||||
- name: get info on a region disk
|
||||
gcp_compute_region_disk_info:
|
||||
region: us-central1
|
||||
filters:
|
||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
|||
module: gcp_compute_route_info
|
||||
description:
|
||||
- Gather info for GCP Route
|
||||
- This module was previously called gcp_compute_route_facts before Ansible 2.9. The
|
||||
usage has not changed
|
||||
- This module was called C(gcp_compute_route_facts) before Ansible 2.9. The usage
|
||||
has not changed.
|
||||
short_description: Gather info for GCP Route
|
||||
version_added: 2.7
|
||||
author: Google Inc. (@googlecloudplatform)
|
||||
|
@ -52,7 +52,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: " a route info"
|
||||
- name: get info on a route
|
||||
gcp_compute_route_info:
|
||||
filters:
|
||||
- name = test_object
|
||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
|||
module: gcp_compute_router_info
|
||||
description:
|
||||
- Gather info for GCP Router
|
||||
- This module was previously called gcp_compute_router_facts before Ansible 2.9. The
|
||||
usage has not changed
|
||||
- This module was called C(gcp_compute_router_facts) before Ansible 2.9. The usage
|
||||
has not changed.
|
||||
short_description: Gather info for GCP Router
|
||||
version_added: 2.7
|
||||
author: Google Inc. (@googlecloudplatform)
|
||||
|
@ -57,7 +57,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: " a router info"
|
||||
- name: get info on a router
|
||||
gcp_compute_router_info:
|
||||
region: us-central1
|
||||
filters:
|
||||
|
|
|
@ -50,7 +50,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: " a snapshot info"
|
||||
- name: get info on a snapshot
|
||||
gcp_compute_snapshot_info:
|
||||
filters:
|
||||
- name = test_object
|
||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
|||
module: gcp_compute_ssl_certificate_info
|
||||
description:
|
||||
- Gather info for GCP SslCertificate
|
||||
- This module was previously called gcp_compute_ssl_certificate_facts before Ansible
|
||||
2.9. The usage has not changed
|
||||
- This module was called C(gcp_compute_ssl_certificate_facts) before Ansible 2.9.
|
||||
The usage has not changed.
|
||||
short_description: Gather info for GCP SslCertificate
|
||||
version_added: 2.7
|
||||
author: Google Inc. (@googlecloudplatform)
|
||||
|
@ -52,7 +52,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: " a ssl certificate info"
|
||||
- name: get info on a ssl certificate
|
||||
gcp_compute_ssl_certificate_info:
|
||||
filters:
|
||||
- name = test_object
|
||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
|||
module: gcp_compute_ssl_policy_info
|
||||
description:
|
||||
- Gather info for GCP SslPolicy
|
||||
- This module was previously called gcp_compute_ssl_policy_facts before Ansible 2.9.
|
||||
The usage has not changed
|
||||
- This module was called C(gcp_compute_ssl_policy_facts) before Ansible 2.9. The usage
|
||||
has not changed.
|
||||
short_description: Gather info for GCP SslPolicy
|
||||
version_added: 2.7
|
||||
author: Google Inc. (@googlecloudplatform)
|
||||
|
@ -52,7 +52,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: " a ssl policy info"
|
||||
- name: get info on a ssl policy
|
||||
gcp_compute_ssl_policy_info:
|
||||
filters:
|
||||
- name = test_object
|
||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
|||
module: gcp_compute_subnetwork_info
|
||||
description:
|
||||
- Gather info for GCP Subnetwork
|
||||
- This module was previously called gcp_compute_subnetwork_facts before Ansible 2.9.
|
||||
The usage has not changed
|
||||
- This module was called C(gcp_compute_subnetwork_facts) before Ansible 2.9. The usage
|
||||
has not changed.
|
||||
short_description: Gather info for GCP Subnetwork
|
||||
version_added: 2.7
|
||||
author: Google Inc. (@googlecloudplatform)
|
||||
|
@ -57,7 +57,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: " a subnetwork info"
|
||||
- name: get info on a subnetwork
|
||||
gcp_compute_subnetwork_info:
|
||||
region: us-west1
|
||||
filters:
|
||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
|||
module: gcp_compute_target_http_proxy_info
|
||||
description:
|
||||
- Gather info for GCP TargetHttpProxy
|
||||
- This module was previously called gcp_compute_target_http_proxy_facts before Ansible
|
||||
2.9. The usage has not changed
|
||||
- This module was called C(gcp_compute_target_http_proxy_facts) before Ansible 2.9.
|
||||
The usage has not changed.
|
||||
short_description: Gather info for GCP TargetHttpProxy
|
||||
version_added: 2.7
|
||||
author: Google Inc. (@googlecloudplatform)
|
||||
|
@ -52,7 +52,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: " a target http proxy info"
|
||||
- name: get info on a target http proxy
|
||||
gcp_compute_target_http_proxy_info:
|
||||
filters:
|
||||
- name = test_object
|
||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
|||
module: gcp_compute_target_https_proxy_info
|
||||
description:
|
||||
- Gather info for GCP TargetHttpsProxy
|
||||
- This module was previously called gcp_compute_target_https_proxy_facts before Ansible
|
||||
2.9. The usage has not changed
|
||||
- This module was called C(gcp_compute_target_https_proxy_facts) before Ansible 2.9.
|
||||
The usage has not changed.
|
||||
short_description: Gather info for GCP TargetHttpsProxy
|
||||
version_added: 2.7
|
||||
author: Google Inc. (@googlecloudplatform)
|
||||
|
@ -52,7 +52,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: " a target https proxy info"
|
||||
- name: get info on a target https proxy
|
||||
gcp_compute_target_https_proxy_info:
|
||||
filters:
|
||||
- name = test_object
|
||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
|||
module: gcp_compute_target_pool_info
|
||||
description:
|
||||
- Gather info for GCP TargetPool
|
||||
- This module was previously called gcp_compute_target_pool_facts before Ansible 2.9.
|
||||
The usage has not changed
|
||||
- This module was called C(gcp_compute_target_pool_facts) before Ansible 2.9. The
|
||||
usage has not changed.
|
||||
short_description: Gather info for GCP TargetPool
|
||||
version_added: 2.7
|
||||
author: Google Inc. (@googlecloudplatform)
|
||||
|
@ -57,7 +57,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: " a target pool info"
|
||||
- name: get info on a target pool
|
||||
gcp_compute_target_pool_info:
|
||||
region: us-west1
|
||||
filters:
|
||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
|||
module: gcp_compute_target_ssl_proxy_info
|
||||
description:
|
||||
- Gather info for GCP TargetSslProxy
|
||||
- This module was previously called gcp_compute_target_ssl_proxy_facts before Ansible
|
||||
2.9. The usage has not changed
|
||||
- This module was called C(gcp_compute_target_ssl_proxy_facts) before Ansible 2.9.
|
||||
The usage has not changed.
|
||||
short_description: Gather info for GCP TargetSslProxy
|
||||
version_added: 2.7
|
||||
author: Google Inc. (@googlecloudplatform)
|
||||
|
@ -52,7 +52,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: " a target ssl proxy info"
|
||||
- name: get info on a target ssl proxy
|
||||
gcp_compute_target_ssl_proxy_info:
|
||||
filters:
|
||||
- name = test_object
|
||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
|||
module: gcp_compute_target_tcp_proxy_info
|
||||
description:
|
||||
- Gather info for GCP TargetTcpProxy
|
||||
- This module was previously called gcp_compute_target_tcp_proxy_facts before Ansible
|
||||
2.9. The usage has not changed
|
||||
- This module was called C(gcp_compute_target_tcp_proxy_facts) before Ansible 2.9.
|
||||
The usage has not changed.
|
||||
short_description: Gather info for GCP TargetTcpProxy
|
||||
version_added: 2.7
|
||||
author: Google Inc. (@googlecloudplatform)
|
||||
|
@ -52,7 +52,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: " a target tcp proxy info"
|
||||
- name: get info on a target tcp proxy
|
||||
gcp_compute_target_tcp_proxy_info:
|
||||
filters:
|
||||
- name = test_object
|
||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
|||
module: gcp_compute_target_vpn_gateway_info
|
||||
description:
|
||||
- Gather info for GCP TargetVpnGateway
|
||||
- This module was previously called gcp_compute_target_vpn_gateway_facts before Ansible
|
||||
2.9. The usage has not changed
|
||||
- This module was called C(gcp_compute_target_vpn_gateway_facts) before Ansible 2.9.
|
||||
The usage has not changed.
|
||||
short_description: Gather info for GCP TargetVpnGateway
|
||||
version_added: 2.7
|
||||
author: Google Inc. (@googlecloudplatform)
|
||||
|
@ -57,7 +57,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: " a target vpn gateway info"
|
||||
- name: get info on a target vpn gateway
|
||||
gcp_compute_target_vpn_gateway_info:
|
||||
region: us-west1
|
||||
filters:
|
||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
|||
module: gcp_compute_url_map_info
|
||||
description:
|
||||
- Gather info for GCP UrlMap
|
||||
- This module was previously called gcp_compute_url_map_facts before Ansible 2.9.
|
||||
The usage has not changed
|
||||
- This module was called C(gcp_compute_url_map_facts) before Ansible 2.9. The usage
|
||||
has not changed.
|
||||
short_description: Gather info for GCP UrlMap
|
||||
version_added: 2.7
|
||||
author: Google Inc. (@googlecloudplatform)
|
||||
|
@ -52,7 +52,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: " a url map info"
|
||||
- name: get info on a url map
|
||||
gcp_compute_url_map_info:
|
||||
filters:
|
||||
- name = test_object
|
||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
|||
module: gcp_compute_vpn_tunnel_info
|
||||
description:
|
||||
- Gather info for GCP VpnTunnel
|
||||
- This module was previously called gcp_compute_vpn_tunnel_facts before Ansible 2.9.
|
||||
The usage has not changed
|
||||
- This module was called C(gcp_compute_vpn_tunnel_facts) before Ansible 2.9. The usage
|
||||
has not changed.
|
||||
short_description: Gather info for GCP VpnTunnel
|
||||
version_added: 2.7
|
||||
author: Google Inc. (@googlecloudplatform)
|
||||
|
@ -57,7 +57,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: " a vpn tunnel info"
|
||||
- name: get info on a vpn tunnel
|
||||
gcp_compute_vpn_tunnel_info:
|
||||
region: us-west1
|
||||
filters:
|
||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
|||
module: gcp_container_cluster_info
|
||||
description:
|
||||
- Gather info for GCP Cluster
|
||||
- This module was previously called gcp_container_cluster_facts before Ansible 2.9.
|
||||
The usage has not changed
|
||||
- This module was called C(gcp_container_cluster_facts) before Ansible 2.9. The usage
|
||||
has not changed.
|
||||
short_description: Gather info for GCP Cluster
|
||||
version_added: 2.8
|
||||
author: Google Inc. (@googlecloudplatform)
|
||||
|
@ -55,7 +55,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: " a cluster info"
|
||||
- name: get info on a cluster
|
||||
gcp_container_cluster_info:
|
||||
location: us-central1-a
|
||||
project: test_project
|
||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
|||
module: gcp_container_node_pool_info
|
||||
description:
|
||||
- Gather info for GCP NodePool
|
||||
- This module was previously called gcp_container_node_pool_facts before Ansible 2.9.
|
||||
The usage has not changed
|
||||
- This module was called C(gcp_container_node_pool_facts) before Ansible 2.9. The
|
||||
usage has not changed.
|
||||
short_description: Gather info for GCP NodePool
|
||||
version_added: 2.8
|
||||
author: Google Inc. (@googlecloudplatform)
|
||||
|
@ -65,7 +65,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: " a node pool info"
|
||||
- name: get info on a node pool
|
||||
gcp_container_node_pool_info:
|
||||
cluster: "{{ cluster }}"
|
||||
location: us-central1-a
|
||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
|||
module: gcp_dns_managed_zone_info
|
||||
description:
|
||||
- Gather info for GCP ManagedZone
|
||||
- This module was previously called gcp_dns_managed_zone_facts before Ansible 2.9.
|
||||
The usage has not changed
|
||||
- This module was called C(gcp_dns_managed_zone_facts) before Ansible 2.9. The usage
|
||||
has not changed.
|
||||
short_description: Gather info for GCP ManagedZone
|
||||
version_added: 2.8
|
||||
author: Google Inc. (@googlecloudplatform)
|
||||
|
@ -50,7 +50,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: " a managed zone info"
|
||||
- name: get info on a managed zone
|
||||
gcp_dns_managed_zone_info:
|
||||
dns_name: test.somewild2.example.com.
|
||||
project: test_project
|
||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
|||
module: gcp_dns_resource_record_set_info
|
||||
description:
|
||||
- Gather info for GCP ResourceRecordSet
|
||||
- This module was previously called gcp_dns_resource_record_set_facts before Ansible
|
||||
2.9. The usage has not changed
|
||||
- This module was called C(gcp_dns_resource_record_set_facts) before Ansible 2.9.
|
||||
The usage has not changed.
|
||||
short_description: Gather info for GCP ResourceRecordSet
|
||||
version_added: 2.8
|
||||
author: Google Inc. (@googlecloudplatform)
|
||||
|
@ -56,7 +56,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: " a resource record set info"
|
||||
- name: get info on a resource record set
|
||||
gcp_dns_resource_record_set_info:
|
||||
managed_zone: "{{ managed_zone }}"
|
||||
project: test_project
|
||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
|||
module: gcp_iam_role_info
|
||||
description:
|
||||
- Gather info for GCP Role
|
||||
- This module was previously called gcp_iam_role_facts before Ansible 2.9. The usage
|
||||
has not changed
|
||||
- This module was called C(gcp_iam_role_facts) before Ansible 2.9. The usage has not
|
||||
changed.
|
||||
short_description: Gather info for GCP Role
|
||||
version_added: 2.8
|
||||
author: Google Inc. (@googlecloudplatform)
|
||||
|
@ -46,7 +46,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: " a role info"
|
||||
- name: get info on a role
|
||||
gcp_iam_role_info:
|
||||
project: test_project
|
||||
auth_kind: serviceaccount
|
||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
|||
module: gcp_iam_service_account_info
|
||||
description:
|
||||
- Gather info for GCP ServiceAccount
|
||||
- This module was previously called gcp_iam_service_account_facts before Ansible 2.9.
|
||||
The usage has not changed
|
||||
- This module was called C(gcp_iam_service_account_facts) before Ansible 2.9. The
|
||||
usage has not changed.
|
||||
short_description: Gather info for GCP ServiceAccount
|
||||
version_added: 2.8
|
||||
author: Google Inc. (@googlecloudplatform)
|
||||
|
@ -46,7 +46,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: " a service account info"
|
||||
- name: get info on a service account
|
||||
gcp_iam_service_account_info:
|
||||
project: test_project
|
||||
auth_kind: serviceaccount
|
||||
|
|
|
@ -44,7 +44,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: " a model info"
|
||||
- name: get info on a model
|
||||
gcp_mlengine_model_info:
|
||||
project: test_project
|
||||
auth_kind: serviceaccount
|
||||
|
|
|
@ -54,7 +54,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: " a version info"
|
||||
- name: get info on a version
|
||||
gcp_mlengine_version_info:
|
||||
model: "{{ model }}"
|
||||
project: test_project
|
||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
|||
module: gcp_pubsub_subscription_info
|
||||
description:
|
||||
- Gather info for GCP Subscription
|
||||
- This module was previously called gcp_pubsub_subscription_facts before Ansible 2.9.
|
||||
The usage has not changed
|
||||
- This module was called C(gcp_pubsub_subscription_facts) before Ansible 2.9. The
|
||||
usage has not changed.
|
||||
short_description: Gather info for GCP Subscription
|
||||
version_added: 2.8
|
||||
author: Google Inc. (@googlecloudplatform)
|
||||
|
@ -46,7 +46,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: " a subscription info"
|
||||
- name: get info on a subscription
|
||||
gcp_pubsub_subscription_info:
|
||||
project: test_project
|
||||
auth_kind: serviceaccount
|
||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
|||
module: gcp_pubsub_topic_info
|
||||
description:
|
||||
- Gather info for GCP Topic
|
||||
- This module was previously called gcp_pubsub_topic_facts before Ansible 2.9. The
|
||||
usage has not changed
|
||||
- This module was called C(gcp_pubsub_topic_facts) before Ansible 2.9. The usage has
|
||||
not changed.
|
||||
short_description: Gather info for GCP Topic
|
||||
version_added: 2.8
|
||||
author: Google Inc. (@googlecloudplatform)
|
||||
|
@ -46,7 +46,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: " a topic info"
|
||||
- name: get info on a topic
|
||||
gcp_pubsub_topic_info:
|
||||
project: test_project
|
||||
auth_kind: serviceaccount
|
||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
|||
module: gcp_redis_instance_info
|
||||
description:
|
||||
- Gather info for GCP Instance
|
||||
- This module was previously called gcp_redis_instance_facts before Ansible 2.9. The
|
||||
usage has not changed
|
||||
- This module was called C(gcp_redis_instance_facts) before Ansible 2.9. The usage
|
||||
has not changed.
|
||||
short_description: Gather info for GCP Instance
|
||||
version_added: 2.8
|
||||
author: Google Inc. (@googlecloudplatform)
|
||||
|
@ -51,7 +51,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: " a instance info"
|
||||
- name: get info on a instance
|
||||
gcp_redis_instance_info:
|
||||
region: us-central1
|
||||
project: test_project
|
||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
|||
module: gcp_resourcemanager_project_info
|
||||
description:
|
||||
- Gather info for GCP Project
|
||||
- This module was previously called gcp_resourcemanager_project_facts before Ansible
|
||||
2.9. The usage has not changed
|
||||
- This module was called C(gcp_resourcemanager_project_facts) before Ansible 2.9.
|
||||
The usage has not changed.
|
||||
short_description: Gather info for GCP Project
|
||||
version_added: 2.8
|
||||
author: Google Inc. (@googlecloudplatform)
|
||||
|
@ -46,7 +46,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: " a project info"
|
||||
- name: get info on a project
|
||||
gcp_resourcemanager_project_info:
|
||||
project: test_project
|
||||
auth_kind: serviceaccount
|
||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
|||
module: gcp_sourcerepo_repository_info
|
||||
description:
|
||||
- Gather info for GCP Repository
|
||||
- This module was previously called gcp_sourcerepo_repository_facts before Ansible
|
||||
2.9. The usage has not changed
|
||||
- This module was called C(gcp_sourcerepo_repository_facts) before Ansible 2.9. The
|
||||
usage has not changed.
|
||||
short_description: Gather info for GCP Repository
|
||||
version_added: 2.8
|
||||
author: Google Inc. (@googlecloudplatform)
|
||||
|
@ -46,7 +46,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: " a repository info"
|
||||
- name: get info on a repository
|
||||
gcp_sourcerepo_repository_info:
|
||||
project: test_project
|
||||
auth_kind: serviceaccount
|
||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
|||
module: gcp_spanner_database_info
|
||||
description:
|
||||
- Gather info for GCP Database
|
||||
- This module was previously called gcp_spanner_database_facts before Ansible 2.9.
|
||||
The usage has not changed
|
||||
- This module was called C(gcp_spanner_database_facts) before Ansible 2.9. The usage
|
||||
has not changed.
|
||||
short_description: Gather info for GCP Database
|
||||
version_added: 2.8
|
||||
author: Google Inc. (@googlecloudplatform)
|
||||
|
@ -56,7 +56,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: " a database info"
|
||||
- name: get info on a database
|
||||
gcp_spanner_database_info:
|
||||
instance: "{{ instance }}"
|
||||
project: test_project
|
||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
|||
module: gcp_spanner_instance_info
|
||||
description:
|
||||
- Gather info for GCP Instance
|
||||
- This module was previously called gcp_spanner_instance_facts before Ansible 2.9.
|
||||
The usage has not changed
|
||||
- This module was called C(gcp_spanner_instance_facts) before Ansible 2.9. The usage
|
||||
has not changed.
|
||||
short_description: Gather info for GCP Instance
|
||||
version_added: 2.8
|
||||
author: Google Inc. (@googlecloudplatform)
|
||||
|
@ -46,7 +46,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: " a instance info"
|
||||
- name: get info on a instance
|
||||
gcp_spanner_instance_info:
|
||||
project: test_project
|
||||
auth_kind: serviceaccount
|
||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
|||
module: gcp_sql_database_info
|
||||
description:
|
||||
- Gather info for GCP Database
|
||||
- This module was previously called gcp_sql_database_facts before Ansible 2.9. The
|
||||
usage has not changed
|
||||
- This module was called C(gcp_sql_database_facts) before Ansible 2.9. The usage has
|
||||
not changed.
|
||||
short_description: Gather info for GCP Database
|
||||
version_added: 2.8
|
||||
author: Google Inc. (@googlecloudplatform)
|
||||
|
@ -51,7 +51,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: " a database info"
|
||||
- name: get info on a database
|
||||
gcp_sql_database_info:
|
||||
instance: "{{ instance }}"
|
||||
project: test_project
|
||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
|||
module: gcp_sql_instance_info
|
||||
description:
|
||||
- Gather info for GCP Instance
|
||||
- This module was previously called gcp_sql_instance_facts before Ansible 2.9. The
|
||||
usage has not changed
|
||||
- This module was called C(gcp_sql_instance_facts) before Ansible 2.9. The usage has
|
||||
not changed.
|
||||
short_description: Gather info for GCP Instance
|
||||
version_added: 2.8
|
||||
author: Google Inc. (@googlecloudplatform)
|
||||
|
@ -46,7 +46,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: " a instance info"
|
||||
- name: get info on a instance
|
||||
gcp_sql_instance_info:
|
||||
project: test_project
|
||||
auth_kind: serviceaccount
|
||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
|||
module: gcp_sql_user_info
|
||||
description:
|
||||
- Gather info for GCP User
|
||||
- This module was previously called gcp_sql_user_facts before Ansible 2.9. The usage
|
||||
has not changed
|
||||
- This module was called C(gcp_sql_user_facts) before Ansible 2.9. The usage has not
|
||||
changed.
|
||||
short_description: Gather info for GCP User
|
||||
version_added: 2.8
|
||||
author: Google Inc. (@googlecloudplatform)
|
||||
|
@ -56,7 +56,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: " a user info"
|
||||
- name: get info on a user
|
||||
gcp_sql_user_info:
|
||||
instance: "{{ instance }}"
|
||||
project: test_project
|
||||
|
|
|
@ -49,7 +49,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: " a node info"
|
||||
- name: get info on a node
|
||||
gcp_tpu_node_info:
|
||||
zone: us-central1-b
|
||||
project: test_project
|
||||
|
|
Loading…
Add table
Reference in a new issue