mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-06-27 03:00:20 -07:00
Backport doc changes from facts->info change (#341)
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
ef0d0c3ff4
commit
1c89350d77
42 changed files with 107 additions and 107 deletions
|
@ -58,7 +58,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: get info on a address
|
||||
- name: get info on an address
|
||||
gcp_compute_address_info:
|
||||
region: us-west1
|
||||
filters:
|
||||
|
|
|
@ -55,7 +55,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: get info on a autoscaler
|
||||
- name: get info on an autoscaler
|
||||
gcp_compute_autoscaler_info:
|
||||
zone: us-central1-a
|
||||
filters:
|
||||
|
|
|
@ -355,7 +355,7 @@ EXAMPLES = '''
|
|||
state: present
|
||||
register: instancegroup
|
||||
|
||||
- name: create a http health check
|
||||
- name: create a HTTP health check
|
||||
gcp_compute_http_health_check:
|
||||
name: httphealthcheck-backendservice
|
||||
healthy_threshold: 10
|
||||
|
|
|
@ -174,7 +174,7 @@ EXAMPLES = '''
|
|||
state: present
|
||||
register: instancegroup
|
||||
|
||||
- name: create a http health check
|
||||
- name: create a HTTP health check
|
||||
gcp_compute_http_health_check:
|
||||
name: httphealthcheck-globalforwardingrule
|
||||
healthy_threshold: 10
|
||||
|
@ -201,7 +201,7 @@ EXAMPLES = '''
|
|||
state: present
|
||||
register: backendservice
|
||||
|
||||
- name: create a url map
|
||||
- name: create a URL map
|
||||
gcp_compute_url_map:
|
||||
name: urlmap-globalforwardingrule
|
||||
default_service: "{{ backendservice }}"
|
||||
|
@ -211,7 +211,7 @@ EXAMPLES = '''
|
|||
state: present
|
||||
register: urlmap
|
||||
|
||||
- name: create a target http proxy
|
||||
- name: create a target HTTP proxy
|
||||
gcp_compute_target_http_proxy:
|
||||
name: targethttpproxy-globalforwardingrule
|
||||
url_map: "{{ urlmap }}"
|
||||
|
|
|
@ -120,7 +120,7 @@ notes:
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: create a http health check
|
||||
- name: create a HTTP health check
|
||||
gcp_compute_http_health_check:
|
||||
name: test_object
|
||||
healthy_threshold: 10
|
||||
|
|
|
@ -52,7 +52,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: get info on a http health check
|
||||
- name: get info on a HTTP health check
|
||||
gcp_compute_http_health_check_info:
|
||||
filters:
|
||||
- name = test_object
|
||||
|
|
|
@ -117,7 +117,7 @@ notes:
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: create a https health check
|
||||
- name: create a HTTPS health check
|
||||
gcp_compute_https_health_check:
|
||||
name: test_object
|
||||
healthy_threshold: 10
|
||||
|
|
|
@ -52,7 +52,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: get info on a https health check
|
||||
- name: get info on a HTTPS health check
|
||||
gcp_compute_https_health_check_info:
|
||||
filters:
|
||||
- name = test_object
|
||||
|
|
|
@ -52,7 +52,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: get info on a image
|
||||
- name: get info on an image
|
||||
gcp_compute_image_info:
|
||||
filters:
|
||||
- name = test_object
|
||||
|
|
|
@ -57,7 +57,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: get info on a instance group
|
||||
- name: get info on an instance group
|
||||
gcp_compute_instance_group_info:
|
||||
zone: us-central1-a
|
||||
filters:
|
||||
|
|
|
@ -57,7 +57,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: get info on a instance group manager
|
||||
- name: get info on an instance group manager
|
||||
gcp_compute_instance_group_manager_info:
|
||||
zone: us-west1-a
|
||||
filters:
|
||||
|
|
|
@ -57,7 +57,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: get info on a instance
|
||||
- name: get info on an instance
|
||||
gcp_compute_instance_info:
|
||||
zone: us-central1-a
|
||||
filters:
|
||||
|
|
|
@ -52,7 +52,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: get info on a instance template
|
||||
- name: get info on an instance template
|
||||
gcp_compute_instance_template_info:
|
||||
filters:
|
||||
- name = test_object
|
||||
|
|
|
@ -57,7 +57,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: get info on a interconnect attachment
|
||||
- name: get info on an interconnect attachment
|
||||
gcp_compute_interconnect_attachment_info:
|
||||
region: us-central1
|
||||
filters:
|
||||
|
|
|
@ -84,7 +84,7 @@ notes:
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: create a ssl certificate
|
||||
- name: create a SSL certificate
|
||||
gcp_compute_ssl_certificate:
|
||||
name: test_object
|
||||
description: A certificate for testing. Do not use this certificate in production
|
||||
|
|
|
@ -52,7 +52,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: get info on a ssl certificate
|
||||
- name: get info on a SSL certificate
|
||||
gcp_compute_ssl_certificate_info:
|
||||
filters:
|
||||
- name = test_object
|
||||
|
|
|
@ -95,7 +95,7 @@ notes:
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: create a ssl policy
|
||||
- name: create a SSL policy
|
||||
gcp_compute_ssl_policy:
|
||||
name: test_object
|
||||
profile: CUSTOM
|
||||
|
|
|
@ -52,7 +52,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: get info on a ssl policy
|
||||
- name: get info on a SSL policy
|
||||
gcp_compute_ssl_policy_info:
|
||||
filters:
|
||||
- name = test_object
|
||||
|
|
|
@ -92,7 +92,7 @@ EXAMPLES = '''
|
|||
state: present
|
||||
register: instancegroup
|
||||
|
||||
- name: create a http health check
|
||||
- name: create a HTTP health check
|
||||
gcp_compute_http_health_check:
|
||||
name: httphealthcheck-targethttpproxy
|
||||
healthy_threshold: 10
|
||||
|
@ -119,7 +119,7 @@ EXAMPLES = '''
|
|||
state: present
|
||||
register: backendservice
|
||||
|
||||
- name: create a url map
|
||||
- name: create a URL map
|
||||
gcp_compute_url_map:
|
||||
name: urlmap-targethttpproxy
|
||||
default_service: "{{ backendservice }}"
|
||||
|
@ -129,7 +129,7 @@ EXAMPLES = '''
|
|||
state: present
|
||||
register: urlmap
|
||||
|
||||
- name: create a target http proxy
|
||||
- name: create a target HTTP proxy
|
||||
gcp_compute_target_http_proxy:
|
||||
name: test_object
|
||||
url_map: "{{ urlmap }}"
|
||||
|
|
|
@ -52,7 +52,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: get info on a target http proxy
|
||||
- name: get info on a target HTTP proxy
|
||||
gcp_compute_target_http_proxy_info:
|
||||
filters:
|
||||
- name = test_object
|
||||
|
|
|
@ -123,7 +123,7 @@ EXAMPLES = '''
|
|||
state: present
|
||||
register: instancegroup
|
||||
|
||||
- name: create a http health check
|
||||
- name: create a HTTP health check
|
||||
gcp_compute_http_health_check:
|
||||
name: httphealthcheck-targethttpsproxy
|
||||
healthy_threshold: 10
|
||||
|
@ -150,7 +150,7 @@ EXAMPLES = '''
|
|||
state: present
|
||||
register: backendservice
|
||||
|
||||
- name: create a url map
|
||||
- name: create a URL map
|
||||
gcp_compute_url_map:
|
||||
name: urlmap-targethttpsproxy
|
||||
default_service: "{{ backendservice }}"
|
||||
|
@ -160,7 +160,7 @@ EXAMPLES = '''
|
|||
state: present
|
||||
register: urlmap
|
||||
|
||||
- name: create a ssl certificate
|
||||
- name: create a SSL certificate
|
||||
gcp_compute_ssl_certificate:
|
||||
name: sslcert-targethttpsproxy
|
||||
description: A certificate for testing. Do not use this certificate in production
|
||||
|
@ -194,7 +194,7 @@ EXAMPLES = '''
|
|||
state: present
|
||||
register: sslcert
|
||||
|
||||
- name: create a target https proxy
|
||||
- name: create a target HTTPS proxy
|
||||
gcp_compute_target_https_proxy:
|
||||
name: test_object
|
||||
ssl_certificates:
|
||||
|
|
|
@ -52,7 +52,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: get info on a target https proxy
|
||||
- name: get info on a target HTTPS proxy
|
||||
gcp_compute_target_https_proxy_info:
|
||||
filters:
|
||||
- name = test_object
|
||||
|
|
|
@ -149,7 +149,7 @@ EXAMPLES = '''
|
|||
state: present
|
||||
register: backendservice
|
||||
|
||||
- name: create a ssl certificate
|
||||
- name: create a SSL certificate
|
||||
gcp_compute_ssl_certificate:
|
||||
name: sslcert-targetsslproxy
|
||||
description: A certificate for testing. Do not use this certificate in production
|
||||
|
@ -183,7 +183,7 @@ EXAMPLES = '''
|
|||
state: present
|
||||
register: sslcert
|
||||
|
||||
- name: create a target ssl proxy
|
||||
- name: create a target SSL proxy
|
||||
gcp_compute_target_ssl_proxy:
|
||||
name: test_object
|
||||
ssl_certificates:
|
||||
|
|
|
@ -52,7 +52,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: get info on a target ssl proxy
|
||||
- name: get info on a target SSL proxy
|
||||
gcp_compute_target_ssl_proxy_info:
|
||||
filters:
|
||||
- name = test_object
|
||||
|
|
|
@ -129,7 +129,7 @@ EXAMPLES = '''
|
|||
state: present
|
||||
register: backendservice
|
||||
|
||||
- name: create a target tcp proxy
|
||||
- name: create a target TCP proxy
|
||||
gcp_compute_target_tcp_proxy:
|
||||
name: test_object
|
||||
proxy_header: PROXY_V1
|
||||
|
|
|
@ -52,7 +52,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: get info on a target tcp proxy
|
||||
- name: get info on a target TCP proxy
|
||||
gcp_compute_target_tcp_proxy_info:
|
||||
filters:
|
||||
- name = test_object
|
||||
|
|
|
@ -198,7 +198,7 @@ EXAMPLES = '''
|
|||
state: present
|
||||
register: instancegroup
|
||||
|
||||
- name: create a http health check
|
||||
- name: create a HTTP health check
|
||||
gcp_compute_http_health_check:
|
||||
name: httphealthcheck-urlmap
|
||||
healthy_threshold: 10
|
||||
|
@ -225,7 +225,7 @@ EXAMPLES = '''
|
|||
state: present
|
||||
register: backendservice
|
||||
|
||||
- name: create a url map
|
||||
- name: create a URL map
|
||||
gcp_compute_url_map:
|
||||
name: test_object
|
||||
default_service: "{{ backendservice }}"
|
||||
|
|
|
@ -52,7 +52,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: get info on a url map
|
||||
- name: get info on an URL map
|
||||
gcp_compute_url_map_info:
|
||||
filters:
|
||||
- name = test_object
|
||||
|
|
|
@ -51,7 +51,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: get info on a instance
|
||||
- name: get info on an instance
|
||||
gcp_redis_instance_info:
|
||||
region: us-central1
|
||||
project: test_project
|
||||
|
|
|
@ -46,7 +46,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: get info on a instance
|
||||
- name: get info on an instance
|
||||
gcp_spanner_instance_info:
|
||||
project: test_project
|
||||
auth_kind: serviceaccount
|
||||
|
|
|
@ -46,7 +46,7 @@ extends_documentation_fragment: gcp
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: get info on a instance
|
||||
- name: get info on an instance
|
||||
gcp_sql_instance_info:
|
||||
project: test_project
|
||||
auth_kind: serviceaccount
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue