mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-22 21:00:29 -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
|
@ -44,7 +44,7 @@ extends_documentation_fragment: gcp
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: " a firewall rule info"
|
- name: get info on a firewall rule
|
||||||
gcp_appengine_firewall_rule_info:
|
gcp_appengine_firewall_rule_info:
|
||||||
project: test_project
|
project: test_project
|
||||||
auth_kind: serviceaccount
|
auth_kind: serviceaccount
|
||||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
||||||
module: gcp_bigquery_dataset_info
|
module: gcp_bigquery_dataset_info
|
||||||
description:
|
description:
|
||||||
- Gather info for GCP Dataset
|
- Gather info for GCP Dataset
|
||||||
- This module was previously called gcp_bigquery_dataset_facts before Ansible 2.9.
|
- This module was called C(gcp_bigquery_dataset_facts) before Ansible 2.9. The usage
|
||||||
The usage has not changed
|
has not changed.
|
||||||
short_description: Gather info for GCP Dataset
|
short_description: Gather info for GCP Dataset
|
||||||
version_added: 2.8
|
version_added: 2.8
|
||||||
author: Google Inc. (@googlecloudplatform)
|
author: Google Inc. (@googlecloudplatform)
|
||||||
|
@ -46,7 +46,7 @@ extends_documentation_fragment: gcp
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: " a dataset info"
|
- name: get info on a dataset
|
||||||
gcp_bigquery_dataset_info:
|
gcp_bigquery_dataset_info:
|
||||||
project: test_project
|
project: test_project
|
||||||
auth_kind: serviceaccount
|
auth_kind: serviceaccount
|
||||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
||||||
module: gcp_bigquery_table_info
|
module: gcp_bigquery_table_info
|
||||||
description:
|
description:
|
||||||
- Gather info for GCP Table
|
- Gather info for GCP Table
|
||||||
- This module was previously called gcp_bigquery_table_facts before Ansible 2.9. The
|
- This module was called C(gcp_bigquery_table_facts) before Ansible 2.9. The usage
|
||||||
usage has not changed
|
has not changed.
|
||||||
short_description: Gather info for GCP Table
|
short_description: Gather info for GCP Table
|
||||||
version_added: 2.8
|
version_added: 2.8
|
||||||
author: Google Inc. (@googlecloudplatform)
|
author: Google Inc. (@googlecloudplatform)
|
||||||
|
@ -51,7 +51,7 @@ extends_documentation_fragment: gcp
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: " a table info"
|
- name: get info on a table
|
||||||
gcp_bigquery_table_info:
|
gcp_bigquery_table_info:
|
||||||
dataset: example_dataset
|
dataset: example_dataset
|
||||||
project: test_project
|
project: test_project
|
||||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
||||||
module: gcp_cloudbuild_trigger_info
|
module: gcp_cloudbuild_trigger_info
|
||||||
description:
|
description:
|
||||||
- Gather info for GCP Trigger
|
- Gather info for GCP Trigger
|
||||||
- This module was previously called gcp_cloudbuild_trigger_facts before Ansible 2.9.
|
- This module was called C(gcp_cloudbuild_trigger_facts) before Ansible 2.9. The usage
|
||||||
The usage has not changed
|
has not changed.
|
||||||
short_description: Gather info for GCP Trigger
|
short_description: Gather info for GCP Trigger
|
||||||
version_added: 2.8
|
version_added: 2.8
|
||||||
author: Google Inc. (@googlecloudplatform)
|
author: Google Inc. (@googlecloudplatform)
|
||||||
|
@ -46,7 +46,7 @@ extends_documentation_fragment: gcp
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: " a trigger info"
|
- name: get info on a trigger
|
||||||
gcp_cloudbuild_trigger_info:
|
gcp_cloudbuild_trigger_info:
|
||||||
project: test_project
|
project: test_project
|
||||||
auth_kind: serviceaccount
|
auth_kind: serviceaccount
|
||||||
|
|
|
@ -49,7 +49,7 @@ extends_documentation_fragment: gcp
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: " a job info"
|
- name: get info on a job
|
||||||
gcp_cloudscheduler_job_info:
|
gcp_cloudscheduler_job_info:
|
||||||
region: us-central1
|
region: us-central1
|
||||||
project: test_project
|
project: test_project
|
||||||
|
|
|
@ -49,7 +49,7 @@ extends_documentation_fragment: gcp
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: " a queue info"
|
- name: get info on a queue
|
||||||
gcp_cloudtasks_queue_info:
|
gcp_cloudtasks_queue_info:
|
||||||
location: us-central1
|
location: us-central1
|
||||||
project: test_project
|
project: test_project
|
||||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
||||||
module: gcp_compute_address_info
|
module: gcp_compute_address_info
|
||||||
description:
|
description:
|
||||||
- Gather info for GCP Address
|
- Gather info for GCP Address
|
||||||
- This module was previously called gcp_compute_address_facts before Ansible 2.9.
|
- This module was called C(gcp_compute_address_facts) before Ansible 2.9. The usage
|
||||||
The usage has not changed
|
has not changed.
|
||||||
short_description: Gather info for GCP Address
|
short_description: Gather info for GCP Address
|
||||||
version_added: 2.7
|
version_added: 2.7
|
||||||
author: Google Inc. (@googlecloudplatform)
|
author: Google Inc. (@googlecloudplatform)
|
||||||
|
@ -58,7 +58,7 @@ extends_documentation_fragment: gcp
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: " a address info"
|
- name: get info on a address
|
||||||
gcp_compute_address_info:
|
gcp_compute_address_info:
|
||||||
region: us-west1
|
region: us-west1
|
||||||
filters:
|
filters:
|
||||||
|
|
|
@ -55,7 +55,7 @@ extends_documentation_fragment: gcp
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: " a autoscaler info"
|
- name: get info on a autoscaler
|
||||||
gcp_compute_autoscaler_info:
|
gcp_compute_autoscaler_info:
|
||||||
zone: us-central1-a
|
zone: us-central1-a
|
||||||
filters:
|
filters:
|
||||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
||||||
module: gcp_compute_backend_bucket_info
|
module: gcp_compute_backend_bucket_info
|
||||||
description:
|
description:
|
||||||
- Gather info for GCP BackendBucket
|
- Gather info for GCP BackendBucket
|
||||||
- This module was previously called gcp_compute_backend_bucket_facts before Ansible
|
- This module was called C(gcp_compute_backend_bucket_facts) before Ansible 2.9. The
|
||||||
2.9. The usage has not changed
|
usage has not changed.
|
||||||
short_description: Gather info for GCP BackendBucket
|
short_description: Gather info for GCP BackendBucket
|
||||||
version_added: 2.7
|
version_added: 2.7
|
||||||
author: Google Inc. (@googlecloudplatform)
|
author: Google Inc. (@googlecloudplatform)
|
||||||
|
@ -52,7 +52,7 @@ extends_documentation_fragment: gcp
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: " a backend bucket info"
|
- name: get info on a backend bucket
|
||||||
gcp_compute_backend_bucket_info:
|
gcp_compute_backend_bucket_info:
|
||||||
filters:
|
filters:
|
||||||
- name = test_object
|
- name = test_object
|
||||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
||||||
module: gcp_compute_backend_service_info
|
module: gcp_compute_backend_service_info
|
||||||
description:
|
description:
|
||||||
- Gather info for GCP BackendService
|
- Gather info for GCP BackendService
|
||||||
- This module was previously called gcp_compute_backend_service_facts before Ansible
|
- This module was called C(gcp_compute_backend_service_facts) before Ansible 2.9.
|
||||||
2.9. The usage has not changed
|
The usage has not changed.
|
||||||
short_description: Gather info for GCP BackendService
|
short_description: Gather info for GCP BackendService
|
||||||
version_added: 2.7
|
version_added: 2.7
|
||||||
author: Google Inc. (@googlecloudplatform)
|
author: Google Inc. (@googlecloudplatform)
|
||||||
|
@ -52,7 +52,7 @@ extends_documentation_fragment: gcp
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: " a backend service info"
|
- name: get info on a backend service
|
||||||
gcp_compute_backend_service_info:
|
gcp_compute_backend_service_info:
|
||||||
filters:
|
filters:
|
||||||
- name = test_object
|
- name = test_object
|
||||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
||||||
module: gcp_compute_disk_info
|
module: gcp_compute_disk_info
|
||||||
description:
|
description:
|
||||||
- Gather info for GCP Disk
|
- Gather info for GCP Disk
|
||||||
- This module was previously called gcp_compute_disk_facts before Ansible 2.9. The
|
- This module was called C(gcp_compute_disk_facts) before Ansible 2.9. The usage has
|
||||||
usage has not changed
|
not changed.
|
||||||
short_description: Gather info for GCP Disk
|
short_description: Gather info for GCP Disk
|
||||||
version_added: 2.7
|
version_added: 2.7
|
||||||
author: Google Inc. (@googlecloudplatform)
|
author: Google Inc. (@googlecloudplatform)
|
||||||
|
@ -57,7 +57,7 @@ extends_documentation_fragment: gcp
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: " a disk info"
|
- name: get info on a disk
|
||||||
gcp_compute_disk_info:
|
gcp_compute_disk_info:
|
||||||
zone: us-central1-a
|
zone: us-central1-a
|
||||||
filters:
|
filters:
|
||||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
||||||
module: gcp_compute_firewall_info
|
module: gcp_compute_firewall_info
|
||||||
description:
|
description:
|
||||||
- Gather info for GCP Firewall
|
- Gather info for GCP Firewall
|
||||||
- This module was previously called gcp_compute_firewall_facts before Ansible 2.9.
|
- This module was called C(gcp_compute_firewall_facts) before Ansible 2.9. The usage
|
||||||
The usage has not changed
|
has not changed.
|
||||||
short_description: Gather info for GCP Firewall
|
short_description: Gather info for GCP Firewall
|
||||||
version_added: 2.7
|
version_added: 2.7
|
||||||
author: Google Inc. (@googlecloudplatform)
|
author: Google Inc. (@googlecloudplatform)
|
||||||
|
@ -52,7 +52,7 @@ extends_documentation_fragment: gcp
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: " a firewall info"
|
- name: get info on a firewall
|
||||||
gcp_compute_firewall_info:
|
gcp_compute_firewall_info:
|
||||||
filters:
|
filters:
|
||||||
- name = test_object
|
- name = test_object
|
||||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
||||||
module: gcp_compute_forwarding_rule_info
|
module: gcp_compute_forwarding_rule_info
|
||||||
description:
|
description:
|
||||||
- Gather info for GCP ForwardingRule
|
- Gather info for GCP ForwardingRule
|
||||||
- This module was previously called gcp_compute_forwarding_rule_facts before Ansible
|
- This module was called C(gcp_compute_forwarding_rule_facts) before Ansible 2.9.
|
||||||
2.9. The usage has not changed
|
The usage has not changed.
|
||||||
short_description: Gather info for GCP ForwardingRule
|
short_description: Gather info for GCP ForwardingRule
|
||||||
version_added: 2.7
|
version_added: 2.7
|
||||||
author: Google Inc. (@googlecloudplatform)
|
author: Google Inc. (@googlecloudplatform)
|
||||||
|
@ -58,7 +58,7 @@ extends_documentation_fragment: gcp
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: " a forwarding rule info"
|
- name: get info on a forwarding rule
|
||||||
gcp_compute_forwarding_rule_info:
|
gcp_compute_forwarding_rule_info:
|
||||||
region: us-west1
|
region: us-west1
|
||||||
filters:
|
filters:
|
||||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
||||||
module: gcp_compute_global_address_info
|
module: gcp_compute_global_address_info
|
||||||
description:
|
description:
|
||||||
- Gather info for GCP GlobalAddress
|
- Gather info for GCP GlobalAddress
|
||||||
- This module was previously called gcp_compute_global_address_facts before Ansible
|
- This module was called C(gcp_compute_global_address_facts) before Ansible 2.9. The
|
||||||
2.9. The usage has not changed
|
usage has not changed.
|
||||||
short_description: Gather info for GCP GlobalAddress
|
short_description: Gather info for GCP GlobalAddress
|
||||||
version_added: 2.7
|
version_added: 2.7
|
||||||
author: Google Inc. (@googlecloudplatform)
|
author: Google Inc. (@googlecloudplatform)
|
||||||
|
@ -52,7 +52,7 @@ extends_documentation_fragment: gcp
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: " a global address info"
|
- name: get info on a global address
|
||||||
gcp_compute_global_address_info:
|
gcp_compute_global_address_info:
|
||||||
filters:
|
filters:
|
||||||
- name = test_object
|
- name = test_object
|
||||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
||||||
module: gcp_compute_global_forwarding_rule_info
|
module: gcp_compute_global_forwarding_rule_info
|
||||||
description:
|
description:
|
||||||
- Gather info for GCP GlobalForwardingRule
|
- Gather info for GCP GlobalForwardingRule
|
||||||
- This module was previously called gcp_compute_global_forwarding_rule_facts before
|
- This module was called C(gcp_compute_global_forwarding_rule_facts) before Ansible
|
||||||
Ansible 2.9. The usage has not changed
|
2.9. The usage has not changed.
|
||||||
short_description: Gather info for GCP GlobalForwardingRule
|
short_description: Gather info for GCP GlobalForwardingRule
|
||||||
version_added: 2.7
|
version_added: 2.7
|
||||||
author: Google Inc. (@googlecloudplatform)
|
author: Google Inc. (@googlecloudplatform)
|
||||||
|
@ -52,7 +52,7 @@ extends_documentation_fragment: gcp
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: " a global forwarding rule info"
|
- name: get info on a global forwarding rule
|
||||||
gcp_compute_global_forwarding_rule_info:
|
gcp_compute_global_forwarding_rule_info:
|
||||||
filters:
|
filters:
|
||||||
- name = test_object
|
- name = test_object
|
||||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
||||||
module: gcp_compute_health_check_info
|
module: gcp_compute_health_check_info
|
||||||
description:
|
description:
|
||||||
- Gather info for GCP HealthCheck
|
- Gather info for GCP HealthCheck
|
||||||
- This module was previously called gcp_compute_health_check_facts before Ansible
|
- This module was called C(gcp_compute_health_check_facts) before Ansible 2.9. The
|
||||||
2.9. The usage has not changed
|
usage has not changed.
|
||||||
short_description: Gather info for GCP HealthCheck
|
short_description: Gather info for GCP HealthCheck
|
||||||
version_added: 2.7
|
version_added: 2.7
|
||||||
author: Google Inc. (@googlecloudplatform)
|
author: Google Inc. (@googlecloudplatform)
|
||||||
|
@ -52,7 +52,7 @@ extends_documentation_fragment: gcp
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: " a health check info"
|
- name: get info on a health check
|
||||||
gcp_compute_health_check_info:
|
gcp_compute_health_check_info:
|
||||||
filters:
|
filters:
|
||||||
- name = test_object
|
- name = test_object
|
||||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
||||||
module: gcp_compute_http_health_check_info
|
module: gcp_compute_http_health_check_info
|
||||||
description:
|
description:
|
||||||
- Gather info for GCP HttpHealthCheck
|
- Gather info for GCP HttpHealthCheck
|
||||||
- This module was previously called gcp_compute_http_health_check_facts before Ansible
|
- This module was called C(gcp_compute_http_health_check_facts) before Ansible 2.9.
|
||||||
2.9. The usage has not changed
|
The usage has not changed.
|
||||||
short_description: Gather info for GCP HttpHealthCheck
|
short_description: Gather info for GCP HttpHealthCheck
|
||||||
version_added: 2.7
|
version_added: 2.7
|
||||||
author: Google Inc. (@googlecloudplatform)
|
author: Google Inc. (@googlecloudplatform)
|
||||||
|
@ -52,7 +52,7 @@ extends_documentation_fragment: gcp
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: " a http health check info"
|
- name: get info on a http health check
|
||||||
gcp_compute_http_health_check_info:
|
gcp_compute_http_health_check_info:
|
||||||
filters:
|
filters:
|
||||||
- name = test_object
|
- name = test_object
|
||||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
||||||
module: gcp_compute_https_health_check_info
|
module: gcp_compute_https_health_check_info
|
||||||
description:
|
description:
|
||||||
- Gather info for GCP HttpsHealthCheck
|
- Gather info for GCP HttpsHealthCheck
|
||||||
- This module was previously called gcp_compute_https_health_check_facts before Ansible
|
- This module was called C(gcp_compute_https_health_check_facts) before Ansible 2.9.
|
||||||
2.9. The usage has not changed
|
The usage has not changed.
|
||||||
short_description: Gather info for GCP HttpsHealthCheck
|
short_description: Gather info for GCP HttpsHealthCheck
|
||||||
version_added: 2.7
|
version_added: 2.7
|
||||||
author: Google Inc. (@googlecloudplatform)
|
author: Google Inc. (@googlecloudplatform)
|
||||||
|
@ -52,7 +52,7 @@ extends_documentation_fragment: gcp
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: " a https health check info"
|
- name: get info on a https health check
|
||||||
gcp_compute_https_health_check_info:
|
gcp_compute_https_health_check_info:
|
||||||
filters:
|
filters:
|
||||||
- name = test_object
|
- name = test_object
|
||||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
||||||
module: gcp_compute_image_info
|
module: gcp_compute_image_info
|
||||||
description:
|
description:
|
||||||
- Gather info for GCP Image
|
- Gather info for GCP Image
|
||||||
- This module was previously called gcp_compute_image_facts before Ansible 2.9. The
|
- This module was called C(gcp_compute_image_facts) before Ansible 2.9. The usage
|
||||||
usage has not changed
|
has not changed.
|
||||||
short_description: Gather info for GCP Image
|
short_description: Gather info for GCP Image
|
||||||
version_added: 2.7
|
version_added: 2.7
|
||||||
author: Google Inc. (@googlecloudplatform)
|
author: Google Inc. (@googlecloudplatform)
|
||||||
|
@ -52,7 +52,7 @@ extends_documentation_fragment: gcp
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: " a image info"
|
- name: get info on a image
|
||||||
gcp_compute_image_info:
|
gcp_compute_image_info:
|
||||||
filters:
|
filters:
|
||||||
- name = test_object
|
- name = test_object
|
||||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
||||||
module: gcp_compute_instance_group_info
|
module: gcp_compute_instance_group_info
|
||||||
description:
|
description:
|
||||||
- Gather info for GCP InstanceGroup
|
- Gather info for GCP InstanceGroup
|
||||||
- This module was previously called gcp_compute_instance_group_facts before Ansible
|
- This module was called C(gcp_compute_instance_group_facts) before Ansible 2.9. The
|
||||||
2.9. The usage has not changed
|
usage has not changed.
|
||||||
short_description: Gather info for GCP InstanceGroup
|
short_description: Gather info for GCP InstanceGroup
|
||||||
version_added: 2.7
|
version_added: 2.7
|
||||||
author: Google Inc. (@googlecloudplatform)
|
author: Google Inc. (@googlecloudplatform)
|
||||||
|
@ -57,7 +57,7 @@ extends_documentation_fragment: gcp
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: " a instance group info"
|
- name: get info on a instance group
|
||||||
gcp_compute_instance_group_info:
|
gcp_compute_instance_group_info:
|
||||||
zone: us-central1-a
|
zone: us-central1-a
|
||||||
filters:
|
filters:
|
||||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
||||||
module: gcp_compute_instance_group_manager_info
|
module: gcp_compute_instance_group_manager_info
|
||||||
description:
|
description:
|
||||||
- Gather info for GCP InstanceGroupManager
|
- Gather info for GCP InstanceGroupManager
|
||||||
- This module was previously called gcp_compute_instance_group_manager_facts before
|
- This module was called C(gcp_compute_instance_group_manager_facts) before Ansible
|
||||||
Ansible 2.9. The usage has not changed
|
2.9. The usage has not changed.
|
||||||
short_description: Gather info for GCP InstanceGroupManager
|
short_description: Gather info for GCP InstanceGroupManager
|
||||||
version_added: 2.7
|
version_added: 2.7
|
||||||
author: Google Inc. (@googlecloudplatform)
|
author: Google Inc. (@googlecloudplatform)
|
||||||
|
@ -57,7 +57,7 @@ extends_documentation_fragment: gcp
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: " a instance group manager info"
|
- name: get info on a instance group manager
|
||||||
gcp_compute_instance_group_manager_info:
|
gcp_compute_instance_group_manager_info:
|
||||||
zone: us-west1-a
|
zone: us-west1-a
|
||||||
filters:
|
filters:
|
||||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
||||||
module: gcp_compute_instance_info
|
module: gcp_compute_instance_info
|
||||||
description:
|
description:
|
||||||
- Gather info for GCP Instance
|
- Gather info for GCP Instance
|
||||||
- This module was previously called gcp_compute_instance_facts before Ansible 2.9.
|
- This module was called C(gcp_compute_instance_facts) before Ansible 2.9. The usage
|
||||||
The usage has not changed
|
has not changed.
|
||||||
short_description: Gather info for GCP Instance
|
short_description: Gather info for GCP Instance
|
||||||
version_added: 2.7
|
version_added: 2.7
|
||||||
author: Google Inc. (@googlecloudplatform)
|
author: Google Inc. (@googlecloudplatform)
|
||||||
|
@ -57,7 +57,7 @@ extends_documentation_fragment: gcp
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: " a instance info"
|
- name: get info on a instance
|
||||||
gcp_compute_instance_info:
|
gcp_compute_instance_info:
|
||||||
zone: us-central1-a
|
zone: us-central1-a
|
||||||
filters:
|
filters:
|
||||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
||||||
module: gcp_compute_instance_template_info
|
module: gcp_compute_instance_template_info
|
||||||
description:
|
description:
|
||||||
- Gather info for GCP InstanceTemplate
|
- Gather info for GCP InstanceTemplate
|
||||||
- This module was previously called gcp_compute_instance_template_facts before Ansible
|
- This module was called C(gcp_compute_instance_template_facts) before Ansible 2.9.
|
||||||
2.9. The usage has not changed
|
The usage has not changed.
|
||||||
short_description: Gather info for GCP InstanceTemplate
|
short_description: Gather info for GCP InstanceTemplate
|
||||||
version_added: 2.7
|
version_added: 2.7
|
||||||
author: Google Inc. (@googlecloudplatform)
|
author: Google Inc. (@googlecloudplatform)
|
||||||
|
@ -52,7 +52,7 @@ extends_documentation_fragment: gcp
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: " a instance template info"
|
- name: get info on a instance template
|
||||||
gcp_compute_instance_template_info:
|
gcp_compute_instance_template_info:
|
||||||
filters:
|
filters:
|
||||||
- name = test_object
|
- name = test_object
|
||||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
||||||
module: gcp_compute_interconnect_attachment_info
|
module: gcp_compute_interconnect_attachment_info
|
||||||
description:
|
description:
|
||||||
- Gather info for GCP InterconnectAttachment
|
- Gather info for GCP InterconnectAttachment
|
||||||
- This module was previously called gcp_compute_interconnect_attachment_facts before
|
- This module was called C(gcp_compute_interconnect_attachment_facts) before Ansible
|
||||||
Ansible 2.9. The usage has not changed
|
2.9. The usage has not changed.
|
||||||
short_description: Gather info for GCP InterconnectAttachment
|
short_description: Gather info for GCP InterconnectAttachment
|
||||||
version_added: 2.8
|
version_added: 2.8
|
||||||
author: Google Inc. (@googlecloudplatform)
|
author: Google Inc. (@googlecloudplatform)
|
||||||
|
@ -57,7 +57,7 @@ extends_documentation_fragment: gcp
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: " a interconnect attachment info"
|
- name: get info on a interconnect attachment
|
||||||
gcp_compute_interconnect_attachment_info:
|
gcp_compute_interconnect_attachment_info:
|
||||||
region: us-central1
|
region: us-central1
|
||||||
filters:
|
filters:
|
||||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
||||||
module: gcp_compute_network_info
|
module: gcp_compute_network_info
|
||||||
description:
|
description:
|
||||||
- Gather info for GCP Network
|
- Gather info for GCP Network
|
||||||
- This module was previously called gcp_compute_network_facts before Ansible 2.9.
|
- This module was called C(gcp_compute_network_facts) before Ansible 2.9. The usage
|
||||||
The usage has not changed
|
has not changed.
|
||||||
short_description: Gather info for GCP Network
|
short_description: Gather info for GCP Network
|
||||||
version_added: 2.7
|
version_added: 2.7
|
||||||
author: Google Inc. (@googlecloudplatform)
|
author: Google Inc. (@googlecloudplatform)
|
||||||
|
@ -52,7 +52,7 @@ extends_documentation_fragment: gcp
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: " a network info"
|
- name: get info on a network
|
||||||
gcp_compute_network_info:
|
gcp_compute_network_info:
|
||||||
filters:
|
filters:
|
||||||
- name = test_object
|
- name = test_object
|
||||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
||||||
module: gcp_compute_region_disk_info
|
module: gcp_compute_region_disk_info
|
||||||
description:
|
description:
|
||||||
- Gather info for GCP RegionDisk
|
- Gather info for GCP RegionDisk
|
||||||
- This module was previously called gcp_compute_region_disk_facts before Ansible 2.9.
|
- This module was called C(gcp_compute_region_disk_facts) before Ansible 2.9. The
|
||||||
The usage has not changed
|
usage has not changed.
|
||||||
short_description: Gather info for GCP RegionDisk
|
short_description: Gather info for GCP RegionDisk
|
||||||
version_added: 2.8
|
version_added: 2.8
|
||||||
author: Google Inc. (@googlecloudplatform)
|
author: Google Inc. (@googlecloudplatform)
|
||||||
|
@ -57,7 +57,7 @@ extends_documentation_fragment: gcp
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: " a region disk info"
|
- name: get info on a region disk
|
||||||
gcp_compute_region_disk_info:
|
gcp_compute_region_disk_info:
|
||||||
region: us-central1
|
region: us-central1
|
||||||
filters:
|
filters:
|
||||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
||||||
module: gcp_compute_route_info
|
module: gcp_compute_route_info
|
||||||
description:
|
description:
|
||||||
- Gather info for GCP Route
|
- Gather info for GCP Route
|
||||||
- This module was previously called gcp_compute_route_facts before Ansible 2.9. The
|
- This module was called C(gcp_compute_route_facts) before Ansible 2.9. The usage
|
||||||
usage has not changed
|
has not changed.
|
||||||
short_description: Gather info for GCP Route
|
short_description: Gather info for GCP Route
|
||||||
version_added: 2.7
|
version_added: 2.7
|
||||||
author: Google Inc. (@googlecloudplatform)
|
author: Google Inc. (@googlecloudplatform)
|
||||||
|
@ -52,7 +52,7 @@ extends_documentation_fragment: gcp
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: " a route info"
|
- name: get info on a route
|
||||||
gcp_compute_route_info:
|
gcp_compute_route_info:
|
||||||
filters:
|
filters:
|
||||||
- name = test_object
|
- name = test_object
|
||||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
||||||
module: gcp_compute_router_info
|
module: gcp_compute_router_info
|
||||||
description:
|
description:
|
||||||
- Gather info for GCP Router
|
- Gather info for GCP Router
|
||||||
- This module was previously called gcp_compute_router_facts before Ansible 2.9. The
|
- This module was called C(gcp_compute_router_facts) before Ansible 2.9. The usage
|
||||||
usage has not changed
|
has not changed.
|
||||||
short_description: Gather info for GCP Router
|
short_description: Gather info for GCP Router
|
||||||
version_added: 2.7
|
version_added: 2.7
|
||||||
author: Google Inc. (@googlecloudplatform)
|
author: Google Inc. (@googlecloudplatform)
|
||||||
|
@ -57,7 +57,7 @@ extends_documentation_fragment: gcp
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: " a router info"
|
- name: get info on a router
|
||||||
gcp_compute_router_info:
|
gcp_compute_router_info:
|
||||||
region: us-central1
|
region: us-central1
|
||||||
filters:
|
filters:
|
||||||
|
|
|
@ -50,7 +50,7 @@ extends_documentation_fragment: gcp
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: " a snapshot info"
|
- name: get info on a snapshot
|
||||||
gcp_compute_snapshot_info:
|
gcp_compute_snapshot_info:
|
||||||
filters:
|
filters:
|
||||||
- name = test_object
|
- name = test_object
|
||||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
||||||
module: gcp_compute_ssl_certificate_info
|
module: gcp_compute_ssl_certificate_info
|
||||||
description:
|
description:
|
||||||
- Gather info for GCP SslCertificate
|
- Gather info for GCP SslCertificate
|
||||||
- This module was previously called gcp_compute_ssl_certificate_facts before Ansible
|
- This module was called C(gcp_compute_ssl_certificate_facts) before Ansible 2.9.
|
||||||
2.9. The usage has not changed
|
The usage has not changed.
|
||||||
short_description: Gather info for GCP SslCertificate
|
short_description: Gather info for GCP SslCertificate
|
||||||
version_added: 2.7
|
version_added: 2.7
|
||||||
author: Google Inc. (@googlecloudplatform)
|
author: Google Inc. (@googlecloudplatform)
|
||||||
|
@ -52,7 +52,7 @@ extends_documentation_fragment: gcp
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: " a ssl certificate info"
|
- name: get info on a ssl certificate
|
||||||
gcp_compute_ssl_certificate_info:
|
gcp_compute_ssl_certificate_info:
|
||||||
filters:
|
filters:
|
||||||
- name = test_object
|
- name = test_object
|
||||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
||||||
module: gcp_compute_ssl_policy_info
|
module: gcp_compute_ssl_policy_info
|
||||||
description:
|
description:
|
||||||
- Gather info for GCP SslPolicy
|
- Gather info for GCP SslPolicy
|
||||||
- This module was previously called gcp_compute_ssl_policy_facts before Ansible 2.9.
|
- This module was called C(gcp_compute_ssl_policy_facts) before Ansible 2.9. The usage
|
||||||
The usage has not changed
|
has not changed.
|
||||||
short_description: Gather info for GCP SslPolicy
|
short_description: Gather info for GCP SslPolicy
|
||||||
version_added: 2.7
|
version_added: 2.7
|
||||||
author: Google Inc. (@googlecloudplatform)
|
author: Google Inc. (@googlecloudplatform)
|
||||||
|
@ -52,7 +52,7 @@ extends_documentation_fragment: gcp
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: " a ssl policy info"
|
- name: get info on a ssl policy
|
||||||
gcp_compute_ssl_policy_info:
|
gcp_compute_ssl_policy_info:
|
||||||
filters:
|
filters:
|
||||||
- name = test_object
|
- name = test_object
|
||||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
||||||
module: gcp_compute_subnetwork_info
|
module: gcp_compute_subnetwork_info
|
||||||
description:
|
description:
|
||||||
- Gather info for GCP Subnetwork
|
- Gather info for GCP Subnetwork
|
||||||
- This module was previously called gcp_compute_subnetwork_facts before Ansible 2.9.
|
- This module was called C(gcp_compute_subnetwork_facts) before Ansible 2.9. The usage
|
||||||
The usage has not changed
|
has not changed.
|
||||||
short_description: Gather info for GCP Subnetwork
|
short_description: Gather info for GCP Subnetwork
|
||||||
version_added: 2.7
|
version_added: 2.7
|
||||||
author: Google Inc. (@googlecloudplatform)
|
author: Google Inc. (@googlecloudplatform)
|
||||||
|
@ -57,7 +57,7 @@ extends_documentation_fragment: gcp
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: " a subnetwork info"
|
- name: get info on a subnetwork
|
||||||
gcp_compute_subnetwork_info:
|
gcp_compute_subnetwork_info:
|
||||||
region: us-west1
|
region: us-west1
|
||||||
filters:
|
filters:
|
||||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
||||||
module: gcp_compute_target_http_proxy_info
|
module: gcp_compute_target_http_proxy_info
|
||||||
description:
|
description:
|
||||||
- Gather info for GCP TargetHttpProxy
|
- Gather info for GCP TargetHttpProxy
|
||||||
- This module was previously called gcp_compute_target_http_proxy_facts before Ansible
|
- This module was called C(gcp_compute_target_http_proxy_facts) before Ansible 2.9.
|
||||||
2.9. The usage has not changed
|
The usage has not changed.
|
||||||
short_description: Gather info for GCP TargetHttpProxy
|
short_description: Gather info for GCP TargetHttpProxy
|
||||||
version_added: 2.7
|
version_added: 2.7
|
||||||
author: Google Inc. (@googlecloudplatform)
|
author: Google Inc. (@googlecloudplatform)
|
||||||
|
@ -52,7 +52,7 @@ extends_documentation_fragment: gcp
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: " a target http proxy info"
|
- name: get info on a target http proxy
|
||||||
gcp_compute_target_http_proxy_info:
|
gcp_compute_target_http_proxy_info:
|
||||||
filters:
|
filters:
|
||||||
- name = test_object
|
- name = test_object
|
||||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
||||||
module: gcp_compute_target_https_proxy_info
|
module: gcp_compute_target_https_proxy_info
|
||||||
description:
|
description:
|
||||||
- Gather info for GCP TargetHttpsProxy
|
- Gather info for GCP TargetHttpsProxy
|
||||||
- This module was previously called gcp_compute_target_https_proxy_facts before Ansible
|
- This module was called C(gcp_compute_target_https_proxy_facts) before Ansible 2.9.
|
||||||
2.9. The usage has not changed
|
The usage has not changed.
|
||||||
short_description: Gather info for GCP TargetHttpsProxy
|
short_description: Gather info for GCP TargetHttpsProxy
|
||||||
version_added: 2.7
|
version_added: 2.7
|
||||||
author: Google Inc. (@googlecloudplatform)
|
author: Google Inc. (@googlecloudplatform)
|
||||||
|
@ -52,7 +52,7 @@ extends_documentation_fragment: gcp
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: " a target https proxy info"
|
- name: get info on a target https proxy
|
||||||
gcp_compute_target_https_proxy_info:
|
gcp_compute_target_https_proxy_info:
|
||||||
filters:
|
filters:
|
||||||
- name = test_object
|
- name = test_object
|
||||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
||||||
module: gcp_compute_target_pool_info
|
module: gcp_compute_target_pool_info
|
||||||
description:
|
description:
|
||||||
- Gather info for GCP TargetPool
|
- Gather info for GCP TargetPool
|
||||||
- This module was previously called gcp_compute_target_pool_facts before Ansible 2.9.
|
- This module was called C(gcp_compute_target_pool_facts) before Ansible 2.9. The
|
||||||
The usage has not changed
|
usage has not changed.
|
||||||
short_description: Gather info for GCP TargetPool
|
short_description: Gather info for GCP TargetPool
|
||||||
version_added: 2.7
|
version_added: 2.7
|
||||||
author: Google Inc. (@googlecloudplatform)
|
author: Google Inc. (@googlecloudplatform)
|
||||||
|
@ -57,7 +57,7 @@ extends_documentation_fragment: gcp
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: " a target pool info"
|
- name: get info on a target pool
|
||||||
gcp_compute_target_pool_info:
|
gcp_compute_target_pool_info:
|
||||||
region: us-west1
|
region: us-west1
|
||||||
filters:
|
filters:
|
||||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
||||||
module: gcp_compute_target_ssl_proxy_info
|
module: gcp_compute_target_ssl_proxy_info
|
||||||
description:
|
description:
|
||||||
- Gather info for GCP TargetSslProxy
|
- Gather info for GCP TargetSslProxy
|
||||||
- This module was previously called gcp_compute_target_ssl_proxy_facts before Ansible
|
- This module was called C(gcp_compute_target_ssl_proxy_facts) before Ansible 2.9.
|
||||||
2.9. The usage has not changed
|
The usage has not changed.
|
||||||
short_description: Gather info for GCP TargetSslProxy
|
short_description: Gather info for GCP TargetSslProxy
|
||||||
version_added: 2.7
|
version_added: 2.7
|
||||||
author: Google Inc. (@googlecloudplatform)
|
author: Google Inc. (@googlecloudplatform)
|
||||||
|
@ -52,7 +52,7 @@ extends_documentation_fragment: gcp
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: " a target ssl proxy info"
|
- name: get info on a target ssl proxy
|
||||||
gcp_compute_target_ssl_proxy_info:
|
gcp_compute_target_ssl_proxy_info:
|
||||||
filters:
|
filters:
|
||||||
- name = test_object
|
- name = test_object
|
||||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
||||||
module: gcp_compute_target_tcp_proxy_info
|
module: gcp_compute_target_tcp_proxy_info
|
||||||
description:
|
description:
|
||||||
- Gather info for GCP TargetTcpProxy
|
- Gather info for GCP TargetTcpProxy
|
||||||
- This module was previously called gcp_compute_target_tcp_proxy_facts before Ansible
|
- This module was called C(gcp_compute_target_tcp_proxy_facts) before Ansible 2.9.
|
||||||
2.9. The usage has not changed
|
The usage has not changed.
|
||||||
short_description: Gather info for GCP TargetTcpProxy
|
short_description: Gather info for GCP TargetTcpProxy
|
||||||
version_added: 2.7
|
version_added: 2.7
|
||||||
author: Google Inc. (@googlecloudplatform)
|
author: Google Inc. (@googlecloudplatform)
|
||||||
|
@ -52,7 +52,7 @@ extends_documentation_fragment: gcp
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: " a target tcp proxy info"
|
- name: get info on a target tcp proxy
|
||||||
gcp_compute_target_tcp_proxy_info:
|
gcp_compute_target_tcp_proxy_info:
|
||||||
filters:
|
filters:
|
||||||
- name = test_object
|
- name = test_object
|
||||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
||||||
module: gcp_compute_target_vpn_gateway_info
|
module: gcp_compute_target_vpn_gateway_info
|
||||||
description:
|
description:
|
||||||
- Gather info for GCP TargetVpnGateway
|
- Gather info for GCP TargetVpnGateway
|
||||||
- This module was previously called gcp_compute_target_vpn_gateway_facts before Ansible
|
- This module was called C(gcp_compute_target_vpn_gateway_facts) before Ansible 2.9.
|
||||||
2.9. The usage has not changed
|
The usage has not changed.
|
||||||
short_description: Gather info for GCP TargetVpnGateway
|
short_description: Gather info for GCP TargetVpnGateway
|
||||||
version_added: 2.7
|
version_added: 2.7
|
||||||
author: Google Inc. (@googlecloudplatform)
|
author: Google Inc. (@googlecloudplatform)
|
||||||
|
@ -57,7 +57,7 @@ extends_documentation_fragment: gcp
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: " a target vpn gateway info"
|
- name: get info on a target vpn gateway
|
||||||
gcp_compute_target_vpn_gateway_info:
|
gcp_compute_target_vpn_gateway_info:
|
||||||
region: us-west1
|
region: us-west1
|
||||||
filters:
|
filters:
|
||||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
||||||
module: gcp_compute_url_map_info
|
module: gcp_compute_url_map_info
|
||||||
description:
|
description:
|
||||||
- Gather info for GCP UrlMap
|
- Gather info for GCP UrlMap
|
||||||
- This module was previously called gcp_compute_url_map_facts before Ansible 2.9.
|
- This module was called C(gcp_compute_url_map_facts) before Ansible 2.9. The usage
|
||||||
The usage has not changed
|
has not changed.
|
||||||
short_description: Gather info for GCP UrlMap
|
short_description: Gather info for GCP UrlMap
|
||||||
version_added: 2.7
|
version_added: 2.7
|
||||||
author: Google Inc. (@googlecloudplatform)
|
author: Google Inc. (@googlecloudplatform)
|
||||||
|
@ -52,7 +52,7 @@ extends_documentation_fragment: gcp
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: " a url map info"
|
- name: get info on a url map
|
||||||
gcp_compute_url_map_info:
|
gcp_compute_url_map_info:
|
||||||
filters:
|
filters:
|
||||||
- name = test_object
|
- name = test_object
|
||||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
||||||
module: gcp_compute_vpn_tunnel_info
|
module: gcp_compute_vpn_tunnel_info
|
||||||
description:
|
description:
|
||||||
- Gather info for GCP VpnTunnel
|
- Gather info for GCP VpnTunnel
|
||||||
- This module was previously called gcp_compute_vpn_tunnel_facts before Ansible 2.9.
|
- This module was called C(gcp_compute_vpn_tunnel_facts) before Ansible 2.9. The usage
|
||||||
The usage has not changed
|
has not changed.
|
||||||
short_description: Gather info for GCP VpnTunnel
|
short_description: Gather info for GCP VpnTunnel
|
||||||
version_added: 2.7
|
version_added: 2.7
|
||||||
author: Google Inc. (@googlecloudplatform)
|
author: Google Inc. (@googlecloudplatform)
|
||||||
|
@ -57,7 +57,7 @@ extends_documentation_fragment: gcp
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: " a vpn tunnel info"
|
- name: get info on a vpn tunnel
|
||||||
gcp_compute_vpn_tunnel_info:
|
gcp_compute_vpn_tunnel_info:
|
||||||
region: us-west1
|
region: us-west1
|
||||||
filters:
|
filters:
|
||||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
||||||
module: gcp_container_cluster_info
|
module: gcp_container_cluster_info
|
||||||
description:
|
description:
|
||||||
- Gather info for GCP Cluster
|
- Gather info for GCP Cluster
|
||||||
- This module was previously called gcp_container_cluster_facts before Ansible 2.9.
|
- This module was called C(gcp_container_cluster_facts) before Ansible 2.9. The usage
|
||||||
The usage has not changed
|
has not changed.
|
||||||
short_description: Gather info for GCP Cluster
|
short_description: Gather info for GCP Cluster
|
||||||
version_added: 2.8
|
version_added: 2.8
|
||||||
author: Google Inc. (@googlecloudplatform)
|
author: Google Inc. (@googlecloudplatform)
|
||||||
|
@ -55,7 +55,7 @@ extends_documentation_fragment: gcp
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: " a cluster info"
|
- name: get info on a cluster
|
||||||
gcp_container_cluster_info:
|
gcp_container_cluster_info:
|
||||||
location: us-central1-a
|
location: us-central1-a
|
||||||
project: test_project
|
project: test_project
|
||||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
||||||
module: gcp_container_node_pool_info
|
module: gcp_container_node_pool_info
|
||||||
description:
|
description:
|
||||||
- Gather info for GCP NodePool
|
- Gather info for GCP NodePool
|
||||||
- This module was previously called gcp_container_node_pool_facts before Ansible 2.9.
|
- This module was called C(gcp_container_node_pool_facts) before Ansible 2.9. The
|
||||||
The usage has not changed
|
usage has not changed.
|
||||||
short_description: Gather info for GCP NodePool
|
short_description: Gather info for GCP NodePool
|
||||||
version_added: 2.8
|
version_added: 2.8
|
||||||
author: Google Inc. (@googlecloudplatform)
|
author: Google Inc. (@googlecloudplatform)
|
||||||
|
@ -65,7 +65,7 @@ extends_documentation_fragment: gcp
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: " a node pool info"
|
- name: get info on a node pool
|
||||||
gcp_container_node_pool_info:
|
gcp_container_node_pool_info:
|
||||||
cluster: "{{ cluster }}"
|
cluster: "{{ cluster }}"
|
||||||
location: us-central1-a
|
location: us-central1-a
|
||||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
||||||
module: gcp_dns_managed_zone_info
|
module: gcp_dns_managed_zone_info
|
||||||
description:
|
description:
|
||||||
- Gather info for GCP ManagedZone
|
- Gather info for GCP ManagedZone
|
||||||
- This module was previously called gcp_dns_managed_zone_facts before Ansible 2.9.
|
- This module was called C(gcp_dns_managed_zone_facts) before Ansible 2.9. The usage
|
||||||
The usage has not changed
|
has not changed.
|
||||||
short_description: Gather info for GCP ManagedZone
|
short_description: Gather info for GCP ManagedZone
|
||||||
version_added: 2.8
|
version_added: 2.8
|
||||||
author: Google Inc. (@googlecloudplatform)
|
author: Google Inc. (@googlecloudplatform)
|
||||||
|
@ -50,7 +50,7 @@ extends_documentation_fragment: gcp
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: " a managed zone info"
|
- name: get info on a managed zone
|
||||||
gcp_dns_managed_zone_info:
|
gcp_dns_managed_zone_info:
|
||||||
dns_name: test.somewild2.example.com.
|
dns_name: test.somewild2.example.com.
|
||||||
project: test_project
|
project: test_project
|
||||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
||||||
module: gcp_dns_resource_record_set_info
|
module: gcp_dns_resource_record_set_info
|
||||||
description:
|
description:
|
||||||
- Gather info for GCP ResourceRecordSet
|
- Gather info for GCP ResourceRecordSet
|
||||||
- This module was previously called gcp_dns_resource_record_set_facts before Ansible
|
- This module was called C(gcp_dns_resource_record_set_facts) before Ansible 2.9.
|
||||||
2.9. The usage has not changed
|
The usage has not changed.
|
||||||
short_description: Gather info for GCP ResourceRecordSet
|
short_description: Gather info for GCP ResourceRecordSet
|
||||||
version_added: 2.8
|
version_added: 2.8
|
||||||
author: Google Inc. (@googlecloudplatform)
|
author: Google Inc. (@googlecloudplatform)
|
||||||
|
@ -56,7 +56,7 @@ extends_documentation_fragment: gcp
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: " a resource record set info"
|
- name: get info on a resource record set
|
||||||
gcp_dns_resource_record_set_info:
|
gcp_dns_resource_record_set_info:
|
||||||
managed_zone: "{{ managed_zone }}"
|
managed_zone: "{{ managed_zone }}"
|
||||||
project: test_project
|
project: test_project
|
||||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
||||||
module: gcp_iam_role_info
|
module: gcp_iam_role_info
|
||||||
description:
|
description:
|
||||||
- Gather info for GCP Role
|
- Gather info for GCP Role
|
||||||
- This module was previously called gcp_iam_role_facts before Ansible 2.9. The usage
|
- This module was called C(gcp_iam_role_facts) before Ansible 2.9. The usage has not
|
||||||
has not changed
|
changed.
|
||||||
short_description: Gather info for GCP Role
|
short_description: Gather info for GCP Role
|
||||||
version_added: 2.8
|
version_added: 2.8
|
||||||
author: Google Inc. (@googlecloudplatform)
|
author: Google Inc. (@googlecloudplatform)
|
||||||
|
@ -46,7 +46,7 @@ extends_documentation_fragment: gcp
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: " a role info"
|
- name: get info on a role
|
||||||
gcp_iam_role_info:
|
gcp_iam_role_info:
|
||||||
project: test_project
|
project: test_project
|
||||||
auth_kind: serviceaccount
|
auth_kind: serviceaccount
|
||||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
||||||
module: gcp_iam_service_account_info
|
module: gcp_iam_service_account_info
|
||||||
description:
|
description:
|
||||||
- Gather info for GCP ServiceAccount
|
- Gather info for GCP ServiceAccount
|
||||||
- This module was previously called gcp_iam_service_account_facts before Ansible 2.9.
|
- This module was called C(gcp_iam_service_account_facts) before Ansible 2.9. The
|
||||||
The usage has not changed
|
usage has not changed.
|
||||||
short_description: Gather info for GCP ServiceAccount
|
short_description: Gather info for GCP ServiceAccount
|
||||||
version_added: 2.8
|
version_added: 2.8
|
||||||
author: Google Inc. (@googlecloudplatform)
|
author: Google Inc. (@googlecloudplatform)
|
||||||
|
@ -46,7 +46,7 @@ extends_documentation_fragment: gcp
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: " a service account info"
|
- name: get info on a service account
|
||||||
gcp_iam_service_account_info:
|
gcp_iam_service_account_info:
|
||||||
project: test_project
|
project: test_project
|
||||||
auth_kind: serviceaccount
|
auth_kind: serviceaccount
|
||||||
|
|
|
@ -44,7 +44,7 @@ extends_documentation_fragment: gcp
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: " a model info"
|
- name: get info on a model
|
||||||
gcp_mlengine_model_info:
|
gcp_mlengine_model_info:
|
||||||
project: test_project
|
project: test_project
|
||||||
auth_kind: serviceaccount
|
auth_kind: serviceaccount
|
||||||
|
|
|
@ -54,7 +54,7 @@ extends_documentation_fragment: gcp
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: " a version info"
|
- name: get info on a version
|
||||||
gcp_mlengine_version_info:
|
gcp_mlengine_version_info:
|
||||||
model: "{{ model }}"
|
model: "{{ model }}"
|
||||||
project: test_project
|
project: test_project
|
||||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
||||||
module: gcp_pubsub_subscription_info
|
module: gcp_pubsub_subscription_info
|
||||||
description:
|
description:
|
||||||
- Gather info for GCP Subscription
|
- Gather info for GCP Subscription
|
||||||
- This module was previously called gcp_pubsub_subscription_facts before Ansible 2.9.
|
- This module was called C(gcp_pubsub_subscription_facts) before Ansible 2.9. The
|
||||||
The usage has not changed
|
usage has not changed.
|
||||||
short_description: Gather info for GCP Subscription
|
short_description: Gather info for GCP Subscription
|
||||||
version_added: 2.8
|
version_added: 2.8
|
||||||
author: Google Inc. (@googlecloudplatform)
|
author: Google Inc. (@googlecloudplatform)
|
||||||
|
@ -46,7 +46,7 @@ extends_documentation_fragment: gcp
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: " a subscription info"
|
- name: get info on a subscription
|
||||||
gcp_pubsub_subscription_info:
|
gcp_pubsub_subscription_info:
|
||||||
project: test_project
|
project: test_project
|
||||||
auth_kind: serviceaccount
|
auth_kind: serviceaccount
|
||||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
||||||
module: gcp_pubsub_topic_info
|
module: gcp_pubsub_topic_info
|
||||||
description:
|
description:
|
||||||
- Gather info for GCP Topic
|
- Gather info for GCP Topic
|
||||||
- This module was previously called gcp_pubsub_topic_facts before Ansible 2.9. The
|
- This module was called C(gcp_pubsub_topic_facts) before Ansible 2.9. The usage has
|
||||||
usage has not changed
|
not changed.
|
||||||
short_description: Gather info for GCP Topic
|
short_description: Gather info for GCP Topic
|
||||||
version_added: 2.8
|
version_added: 2.8
|
||||||
author: Google Inc. (@googlecloudplatform)
|
author: Google Inc. (@googlecloudplatform)
|
||||||
|
@ -46,7 +46,7 @@ extends_documentation_fragment: gcp
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: " a topic info"
|
- name: get info on a topic
|
||||||
gcp_pubsub_topic_info:
|
gcp_pubsub_topic_info:
|
||||||
project: test_project
|
project: test_project
|
||||||
auth_kind: serviceaccount
|
auth_kind: serviceaccount
|
||||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
||||||
module: gcp_redis_instance_info
|
module: gcp_redis_instance_info
|
||||||
description:
|
description:
|
||||||
- Gather info for GCP Instance
|
- Gather info for GCP Instance
|
||||||
- This module was previously called gcp_redis_instance_facts before Ansible 2.9. The
|
- This module was called C(gcp_redis_instance_facts) before Ansible 2.9. The usage
|
||||||
usage has not changed
|
has not changed.
|
||||||
short_description: Gather info for GCP Instance
|
short_description: Gather info for GCP Instance
|
||||||
version_added: 2.8
|
version_added: 2.8
|
||||||
author: Google Inc. (@googlecloudplatform)
|
author: Google Inc. (@googlecloudplatform)
|
||||||
|
@ -51,7 +51,7 @@ extends_documentation_fragment: gcp
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: " a instance info"
|
- name: get info on a instance
|
||||||
gcp_redis_instance_info:
|
gcp_redis_instance_info:
|
||||||
region: us-central1
|
region: us-central1
|
||||||
project: test_project
|
project: test_project
|
||||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
||||||
module: gcp_resourcemanager_project_info
|
module: gcp_resourcemanager_project_info
|
||||||
description:
|
description:
|
||||||
- Gather info for GCP Project
|
- Gather info for GCP Project
|
||||||
- This module was previously called gcp_resourcemanager_project_facts before Ansible
|
- This module was called C(gcp_resourcemanager_project_facts) before Ansible 2.9.
|
||||||
2.9. The usage has not changed
|
The usage has not changed.
|
||||||
short_description: Gather info for GCP Project
|
short_description: Gather info for GCP Project
|
||||||
version_added: 2.8
|
version_added: 2.8
|
||||||
author: Google Inc. (@googlecloudplatform)
|
author: Google Inc. (@googlecloudplatform)
|
||||||
|
@ -46,7 +46,7 @@ extends_documentation_fragment: gcp
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: " a project info"
|
- name: get info on a project
|
||||||
gcp_resourcemanager_project_info:
|
gcp_resourcemanager_project_info:
|
||||||
project: test_project
|
project: test_project
|
||||||
auth_kind: serviceaccount
|
auth_kind: serviceaccount
|
||||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
||||||
module: gcp_sourcerepo_repository_info
|
module: gcp_sourcerepo_repository_info
|
||||||
description:
|
description:
|
||||||
- Gather info for GCP Repository
|
- Gather info for GCP Repository
|
||||||
- This module was previously called gcp_sourcerepo_repository_facts before Ansible
|
- This module was called C(gcp_sourcerepo_repository_facts) before Ansible 2.9. The
|
||||||
2.9. The usage has not changed
|
usage has not changed.
|
||||||
short_description: Gather info for GCP Repository
|
short_description: Gather info for GCP Repository
|
||||||
version_added: 2.8
|
version_added: 2.8
|
||||||
author: Google Inc. (@googlecloudplatform)
|
author: Google Inc. (@googlecloudplatform)
|
||||||
|
@ -46,7 +46,7 @@ extends_documentation_fragment: gcp
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: " a repository info"
|
- name: get info on a repository
|
||||||
gcp_sourcerepo_repository_info:
|
gcp_sourcerepo_repository_info:
|
||||||
project: test_project
|
project: test_project
|
||||||
auth_kind: serviceaccount
|
auth_kind: serviceaccount
|
||||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
||||||
module: gcp_spanner_database_info
|
module: gcp_spanner_database_info
|
||||||
description:
|
description:
|
||||||
- Gather info for GCP Database
|
- Gather info for GCP Database
|
||||||
- This module was previously called gcp_spanner_database_facts before Ansible 2.9.
|
- This module was called C(gcp_spanner_database_facts) before Ansible 2.9. The usage
|
||||||
The usage has not changed
|
has not changed.
|
||||||
short_description: Gather info for GCP Database
|
short_description: Gather info for GCP Database
|
||||||
version_added: 2.8
|
version_added: 2.8
|
||||||
author: Google Inc. (@googlecloudplatform)
|
author: Google Inc. (@googlecloudplatform)
|
||||||
|
@ -56,7 +56,7 @@ extends_documentation_fragment: gcp
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: " a database info"
|
- name: get info on a database
|
||||||
gcp_spanner_database_info:
|
gcp_spanner_database_info:
|
||||||
instance: "{{ instance }}"
|
instance: "{{ instance }}"
|
||||||
project: test_project
|
project: test_project
|
||||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
||||||
module: gcp_spanner_instance_info
|
module: gcp_spanner_instance_info
|
||||||
description:
|
description:
|
||||||
- Gather info for GCP Instance
|
- Gather info for GCP Instance
|
||||||
- This module was previously called gcp_spanner_instance_facts before Ansible 2.9.
|
- This module was called C(gcp_spanner_instance_facts) before Ansible 2.9. The usage
|
||||||
The usage has not changed
|
has not changed.
|
||||||
short_description: Gather info for GCP Instance
|
short_description: Gather info for GCP Instance
|
||||||
version_added: 2.8
|
version_added: 2.8
|
||||||
author: Google Inc. (@googlecloudplatform)
|
author: Google Inc. (@googlecloudplatform)
|
||||||
|
@ -46,7 +46,7 @@ extends_documentation_fragment: gcp
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: " a instance info"
|
- name: get info on a instance
|
||||||
gcp_spanner_instance_info:
|
gcp_spanner_instance_info:
|
||||||
project: test_project
|
project: test_project
|
||||||
auth_kind: serviceaccount
|
auth_kind: serviceaccount
|
||||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
||||||
module: gcp_sql_database_info
|
module: gcp_sql_database_info
|
||||||
description:
|
description:
|
||||||
- Gather info for GCP Database
|
- Gather info for GCP Database
|
||||||
- This module was previously called gcp_sql_database_facts before Ansible 2.9. The
|
- This module was called C(gcp_sql_database_facts) before Ansible 2.9. The usage has
|
||||||
usage has not changed
|
not changed.
|
||||||
short_description: Gather info for GCP Database
|
short_description: Gather info for GCP Database
|
||||||
version_added: 2.8
|
version_added: 2.8
|
||||||
author: Google Inc. (@googlecloudplatform)
|
author: Google Inc. (@googlecloudplatform)
|
||||||
|
@ -51,7 +51,7 @@ extends_documentation_fragment: gcp
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: " a database info"
|
- name: get info on a database
|
||||||
gcp_sql_database_info:
|
gcp_sql_database_info:
|
||||||
instance: "{{ instance }}"
|
instance: "{{ instance }}"
|
||||||
project: test_project
|
project: test_project
|
||||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
||||||
module: gcp_sql_instance_info
|
module: gcp_sql_instance_info
|
||||||
description:
|
description:
|
||||||
- Gather info for GCP Instance
|
- Gather info for GCP Instance
|
||||||
- This module was previously called gcp_sql_instance_facts before Ansible 2.9. The
|
- This module was called C(gcp_sql_instance_facts) before Ansible 2.9. The usage has
|
||||||
usage has not changed
|
not changed.
|
||||||
short_description: Gather info for GCP Instance
|
short_description: Gather info for GCP Instance
|
||||||
version_added: 2.8
|
version_added: 2.8
|
||||||
author: Google Inc. (@googlecloudplatform)
|
author: Google Inc. (@googlecloudplatform)
|
||||||
|
@ -46,7 +46,7 @@ extends_documentation_fragment: gcp
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: " a instance info"
|
- name: get info on a instance
|
||||||
gcp_sql_instance_info:
|
gcp_sql_instance_info:
|
||||||
project: test_project
|
project: test_project
|
||||||
auth_kind: serviceaccount
|
auth_kind: serviceaccount
|
||||||
|
|
|
@ -32,8 +32,8 @@ DOCUMENTATION = '''
|
||||||
module: gcp_sql_user_info
|
module: gcp_sql_user_info
|
||||||
description:
|
description:
|
||||||
- Gather info for GCP User
|
- Gather info for GCP User
|
||||||
- This module was previously called gcp_sql_user_facts before Ansible 2.9. The usage
|
- This module was called C(gcp_sql_user_facts) before Ansible 2.9. The usage has not
|
||||||
has not changed
|
changed.
|
||||||
short_description: Gather info for GCP User
|
short_description: Gather info for GCP User
|
||||||
version_added: 2.8
|
version_added: 2.8
|
||||||
author: Google Inc. (@googlecloudplatform)
|
author: Google Inc. (@googlecloudplatform)
|
||||||
|
@ -56,7 +56,7 @@ extends_documentation_fragment: gcp
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: " a user info"
|
- name: get info on a user
|
||||||
gcp_sql_user_info:
|
gcp_sql_user_info:
|
||||||
instance: "{{ instance }}"
|
instance: "{{ instance }}"
|
||||||
project: test_project
|
project: test_project
|
||||||
|
|
|
@ -49,7 +49,7 @@ extends_documentation_fragment: gcp
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: " a node info"
|
- name: get info on a node
|
||||||
gcp_tpu_node_info:
|
gcp_tpu_node_info:
|
||||||
zone: us-central1-b
|
zone: us-central1-b
|
||||||
project: test_project
|
project: test_project
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue