From 5972ec9573fa889dedc8479eb262202afee1113b Mon Sep 17 00:00:00 2001 From: Alex Stephen Date: Wed, 19 Jun 2019 21:15:22 +0000 Subject: [PATCH] Ansible Markdown Parser Signed-off-by: Modular Magician --- .../cloud/google/gcp_bigquery_dataset.py | 24 ++++----- .../google/gcp_bigquery_dataset_facts.py | 14 +++-- .../cloud/google/gcp_bigquery_table.py | 43 ++++++++------- .../cloud/google/gcp_bigquery_table_facts.py | 20 +++---- .../cloud/google/gcp_cloudbuild_trigger.py | 53 +++++++++---------- .../google/gcp_cloudbuild_trigger_facts.py | 26 ++++----- .../cloud/google/gcp_cloudscheduler_job.py | 20 +++---- .../google/gcp_cloudscheduler_job_facts.py | 12 ++--- .../cloud/google/gcp_compute_address.py | 8 +-- .../cloud/google/gcp_compute_address_facts.py | 4 +- .../google/gcp_compute_backend_bucket.py | 4 +- .../gcp_compute_backend_bucket_facts.py | 4 +- .../google/gcp_compute_backend_service.py | 26 ++++----- .../gcp_compute_backend_service_facts.py | 16 +++--- .../modules/cloud/google/gcp_compute_disk.py | 13 ++--- .../cloud/google/gcp_compute_disk_facts.py | 10 ++-- .../cloud/google/gcp_compute_firewall.py | 10 ++-- .../google/gcp_compute_firewall_facts.py | 7 ++- .../google/gcp_compute_forwarding_rule.py | 20 +++---- .../gcp_compute_forwarding_rule_facts.py | 12 ++--- .../google/gcp_compute_global_address.py | 12 ++--- .../gcp_compute_global_address_facts.py | 8 +-- .../gcp_compute_global_forwarding_rule.py | 15 +++--- ...cp_compute_global_forwarding_rule_facts.py | 8 +-- .../cloud/google/gcp_compute_health_check.py | 4 +- .../google/gcp_compute_health_check_facts.py | 4 +- .../google/gcp_compute_http_health_check.py | 4 +- .../gcp_compute_http_health_check_facts.py | 4 +- .../google/gcp_compute_https_health_check.py | 4 +- .../gcp_compute_https_health_check_facts.py | 4 +- .../modules/cloud/google/gcp_compute_image.py | 12 ++--- .../cloud/google/gcp_compute_image_facts.py | 9 ++-- .../cloud/google/gcp_compute_instance.py | 18 +++---- .../google/gcp_compute_instance_facts.py | 12 ++--- .../gcp_compute_instance_group_facts.py | 2 +- ...cp_compute_instance_group_manager_facts.py | 2 +- .../google/gcp_compute_instance_template.py | 11 ++-- .../gcp_compute_instance_template_facts.py | 9 ++-- .../gcp_compute_interconnect_attachment.py | 6 +-- ...p_compute_interconnect_attachment_facts.py | 6 +-- .../cloud/google/gcp_compute_network.py | 38 +++++++------ .../cloud/google/gcp_compute_network_facts.py | 20 +++---- .../cloud/google/gcp_compute_region_disk.py | 7 ++- .../google/gcp_compute_region_disk_facts.py | 7 ++- .../modules/cloud/google/gcp_compute_route.py | 16 +++--- .../cloud/google/gcp_compute_route_facts.py | 10 ++-- .../cloud/google/gcp_compute_router.py | 16 +++--- .../cloud/google/gcp_compute_router_facts.py | 8 +-- .../google/gcp_compute_ssl_certificate.py | 4 +- .../gcp_compute_ssl_certificate_facts.py | 4 +- .../cloud/google/gcp_compute_ssl_policy.py | 22 ++++---- .../google/gcp_compute_ssl_policy_facts.py | 14 ++--- .../cloud/google/gcp_compute_subnetwork.py | 4 +- .../google/gcp_compute_subnetwork_facts.py | 4 +- .../google/gcp_compute_target_http_proxy.py | 4 +- .../gcp_compute_target_http_proxy_facts.py | 4 +- .../google/gcp_compute_target_https_proxy.py | 4 +- .../gcp_compute_target_https_proxy_facts.py | 4 +- .../cloud/google/gcp_compute_target_pool.py | 4 +- .../google/gcp_compute_target_pool_facts.py | 4 +- .../google/gcp_compute_target_ssl_proxy.py | 4 +- .../gcp_compute_target_ssl_proxy_facts.py | 4 +- .../google/gcp_compute_target_tcp_proxy.py | 4 +- .../gcp_compute_target_tcp_proxy_facts.py | 4 +- .../google/gcp_compute_target_vpn_gateway.py | 4 +- .../gcp_compute_target_vpn_gateway_facts.py | 4 +- .../cloud/google/gcp_compute_url_map.py | 8 +-- .../cloud/google/gcp_compute_url_map_facts.py | 6 +-- .../cloud/google/gcp_compute_vpn_tunnel.py | 18 +++---- .../google/gcp_compute_vpn_tunnel_facts.py | 8 +-- .../cloud/google/gcp_container_cluster.py | 10 ++-- .../google/gcp_container_cluster_facts.py | 5 +- .../cloud/google/gcp_container_node_pool.py | 8 +-- .../google/gcp_container_node_pool_facts.py | 4 +- .../cloud/google/gcp_dns_managed_zone.py | 17 +++--- .../google/gcp_dns_managed_zone_facts.py | 9 ++-- .../google/gcp_dns_resource_record_set.py | 6 +-- .../gcp_dns_resource_record_set_facts.py | 2 +- .../modules/cloud/google/gcp_iam_role.py | 2 +- .../cloud/google/gcp_pubsub_subscription.py | 14 ++--- .../google/gcp_pubsub_subscription_facts.py | 6 +-- .../cloud/google/gcp_redis_instance.py | 14 +++-- .../cloud/google/gcp_redis_instance_facts.py | 7 ++- .../google/gcp_resourcemanager_project.py | 12 ++--- .../gcp_resourcemanager_project_facts.py | 6 +-- .../cloud/google/gcp_sourcerepo_repository.py | 6 +-- .../google/gcp_sourcerepo_repository_facts.py | 3 +- .../cloud/google/gcp_spanner_instance.py | 12 ++--- .../google/gcp_spanner_instance_facts.py | 6 +-- .../modules/cloud/google/gcp_sql_instance.py | 20 +++---- .../cloud/google/gcp_sql_instance_facts.py | 10 ++-- .../cloud/google/gcp_storage_bucket.py | 4 +- .../cloud/google/gcp_storage_object.py | 4 +- 93 files changed, 452 insertions(+), 497 deletions(-) diff --git a/lib/ansible/modules/cloud/google/gcp_bigquery_dataset.py b/lib/ansible/modules/cloud/google/gcp_bigquery_dataset.py index 82105bde1f0a40..f05aafca62d8eb 100644 --- a/lib/ansible/modules/cloud/google/gcp_bigquery_dataset.py +++ b/lib/ansible/modules/cloud/google/gcp_bigquery_dataset.py @@ -59,7 +59,7 @@ domain: description: - A domain to grant access to. Any users signed in with the domain specified - will be granted the specified access . + will be granted the specified access. required: false group_by_email: description: @@ -68,7 +68,7 @@ role: description: - Describes the rights granted to the user specified by the other member of - the access object . + the access object. - 'Some valid choices include: "READER", "WRITER", "OWNER"' required: false special_group: @@ -77,8 +77,7 @@ required: false user_by_email: description: - - 'An email address of a user to grant access to. For example: fred@example.com - .' + - 'An email address of a user to grant access to. For example: fred@example.com.' required: false view: description: @@ -118,7 +117,7 @@ required: false default_table_expiration_ms: description: - - The default lifetime of all tables in the dataset, in milliseconds . + - The default lifetime of all tables in the dataset, in milliseconds. required: false description: description: @@ -131,7 +130,7 @@ labels: description: - The labels associated with this dataset. You can use these to organize and group - your datasets . + your datasets. required: false location: description: @@ -169,7 +168,7 @@ domain: description: - A domain to grant access to. Any users signed in with the domain specified - will be granted the specified access . + will be granted the specified access. returned: success type: str groupByEmail: @@ -180,7 +179,7 @@ role: description: - Describes the rights granted to the user specified by the other member of - the access object . + the access object. returned: success type: str specialGroup: @@ -190,8 +189,7 @@ type: str userByEmail: description: - - 'An email address of a user to grant access to. For example: fred@example.com - .' + - 'An email address of a user to grant access to. For example: fred@example.com.' returned: success type: str view: @@ -244,7 +242,7 @@ type: str defaultTableExpirationMs: description: - - The default lifetime of all tables in the dataset, in milliseconds . + - The default lifetime of all tables in the dataset, in milliseconds. returned: success type: int description: @@ -260,13 +258,13 @@ id: description: - The fully-qualified unique name of the dataset in the format projectId:datasetId. - The dataset name without the project name is given in the datasetId field . + The dataset name without the project name is given in the datasetId field. returned: success type: str labels: description: - The labels associated with this dataset. You can use these to organize and group - your datasets . + your datasets. returned: success type: dict lastModifiedTime: diff --git a/lib/ansible/modules/cloud/google/gcp_bigquery_dataset_facts.py b/lib/ansible/modules/cloud/google/gcp_bigquery_dataset_facts.py index c2890120dde24f..40d01b80370816 100644 --- a/lib/ansible/modules/cloud/google/gcp_bigquery_dataset_facts.py +++ b/lib/ansible/modules/cloud/google/gcp_bigquery_dataset_facts.py @@ -72,7 +72,7 @@ domain: description: - A domain to grant access to. Any users signed in with the domain specified - will be granted the specified access . + will be granted the specified access. returned: success type: str groupByEmail: @@ -83,7 +83,7 @@ role: description: - Describes the rights granted to the user specified by the other member - of the access object . + of the access object. returned: success type: str specialGroup: @@ -93,8 +93,7 @@ type: str userByEmail: description: - - 'An email address of a user to grant access to. For example: fred@example.com - .' + - 'An email address of a user to grant access to. For example: fred@example.com.' returned: success type: str view: @@ -147,7 +146,7 @@ type: str defaultTableExpirationMs: description: - - The default lifetime of all tables in the dataset, in milliseconds . + - The default lifetime of all tables in the dataset, in milliseconds. returned: success type: int description: @@ -163,14 +162,13 @@ id: description: - The fully-qualified unique name of the dataset in the format projectId:datasetId. - The dataset name without the project name is given in the datasetId field - . + The dataset name without the project name is given in the datasetId field. returned: success type: str labels: description: - The labels associated with this dataset. You can use these to organize and - group your datasets . + group your datasets. returned: success type: dict lastModifiedTime: diff --git a/lib/ansible/modules/cloud/google/gcp_bigquery_table.py b/lib/ansible/modules/cloud/google/gcp_bigquery_table.py index fcd6d2fa61d7b6..26ce53bd3d7d8c 100644 --- a/lib/ansible/modules/cloud/google/gcp_bigquery_table.py +++ b/lib/ansible/modules/cloud/google/gcp_bigquery_table.py @@ -31,7 +31,7 @@ --- module: gcp_bigquery_table description: -- A Table that belongs to a Dataset . +- A Table that belongs to a Dataset. short_description: Creates a GCP Table version_added: 2.8 author: Google Inc. (@googlecloudplatform) @@ -75,7 +75,7 @@ labels: description: - The labels associated with this dataset. You can use these to organize and group - your datasets . + your datasets. required: false name: description: @@ -88,7 +88,7 @@ suboptions: use_legacy_sql: description: - - Specifies whether to use BigQuery's legacy SQL for this view . + - Specifies whether to use BigQuery's legacy SQL for this view. required: false type: bool user_defined_function_resources: @@ -190,13 +190,13 @@ ignore_unknown_values: description: - Indicates if BigQuery should allow extra values that are not represented - in the table schema . + in the table schema. required: false type: bool max_bad_records: description: - The maximum number of bad records that BigQuery can ignore when reading - data . + data. required: false default: '0' source_format: @@ -233,7 +233,7 @@ fields: description: - Describes the nested schema fields if the type property is set to - RECORD . + RECORD. required: false mode: description: @@ -269,13 +269,13 @@ allow_jagged_rows: description: - Indicates if BigQuery should accept rows that are missing trailing optional - columns . + columns. required: false type: bool allow_quoted_newlines: description: - Indicates if BigQuery should allow quoted data sections that contain - newline characters in a CSV file . + newline characters in a CSV file. required: false type: bool encoding: @@ -305,7 +305,7 @@ ignore_unspecified_column_families: description: - If field is true, then the column families that are not specified in - columnFamilies list are not exposed in the table schema . + columnFamilies list are not exposed in the table schema. required: false type: bool read_rowkey_as_string: @@ -340,7 +340,7 @@ only_read_latest: description: - If this is set, only the latest version of value in this column - are exposed . + are exposed. required: false type: bool qualifier_string: @@ -365,7 +365,7 @@ only_read_latest: description: - If this is set only the latest version of value are exposed for - all columns in this column family . + all columns in this column family. required: false type: bool type: @@ -452,7 +452,7 @@ labels: description: - The labels associated with this dataset. You can use these to organize and group - your datasets . + your datasets. returned: success type: dict lastModifiedTime: @@ -500,7 +500,7 @@ contains: useLegacySql: description: - - Specifies whether to use BigQuery's legacy SQL for this view . + - Specifies whether to use BigQuery's legacy SQL for this view. returned: success type: bool userDefinedFunctionResources: @@ -639,13 +639,12 @@ ignoreUnknownValues: description: - Indicates if BigQuery should allow extra values that are not represented in - the table schema . + the table schema. returned: success type: bool maxBadRecords: description: - - The maximum number of bad records that BigQuery can ignore when reading data - . + - The maximum number of bad records that BigQuery can ignore when reading data. returned: success type: int sourceFormat: @@ -684,7 +683,7 @@ fields: description: - Describes the nested schema fields if the type property is set to - RECORD . + RECORD. returned: success type: list mode: @@ -723,13 +722,13 @@ allowJaggedRows: description: - Indicates if BigQuery should accept rows that are missing trailing optional - columns . + columns. returned: success type: bool allowQuotedNewlines: description: - Indicates if BigQuery should allow quoted data sections that contain newline - characters in a CSV file . + characters in a CSV file. returned: success type: bool encoding: @@ -762,7 +761,7 @@ ignoreUnspecifiedColumnFamilies: description: - If field is true, then the column families that are not specified in columnFamilies - list are not exposed in the table schema . + list are not exposed in the table schema. returned: success type: bool readRowkeyAsString: @@ -800,7 +799,7 @@ onlyReadLatest: description: - If this is set, only the latest version of value in this column - are exposed . + are exposed. returned: success type: bool qualifierString: @@ -826,7 +825,7 @@ onlyReadLatest: description: - If this is set only the latest version of value are exposed for all - columns in this column family . + columns in this column family. returned: success type: bool type: diff --git a/lib/ansible/modules/cloud/google/gcp_bigquery_table_facts.py b/lib/ansible/modules/cloud/google/gcp_bigquery_table_facts.py index 08a8d20c3eb310..4242067e4b94f0 100644 --- a/lib/ansible/modules/cloud/google/gcp_bigquery_table_facts.py +++ b/lib/ansible/modules/cloud/google/gcp_bigquery_table_facts.py @@ -107,7 +107,7 @@ labels: description: - The labels associated with this dataset. You can use these to organize and - group your datasets . + group your datasets. returned: success type: dict lastModifiedTime: @@ -155,7 +155,7 @@ contains: useLegacySql: description: - - Specifies whether to use BigQuery's legacy SQL for this view . + - Specifies whether to use BigQuery's legacy SQL for this view. returned: success type: bool userDefinedFunctionResources: @@ -298,13 +298,13 @@ ignoreUnknownValues: description: - Indicates if BigQuery should allow extra values that are not represented - in the table schema . + in the table schema. returned: success type: bool maxBadRecords: description: - The maximum number of bad records that BigQuery can ignore when reading - data . + data. returned: success type: int sourceFormat: @@ -344,7 +344,7 @@ fields: description: - Describes the nested schema fields if the type property is set - to RECORD . + to RECORD. returned: success type: list mode: @@ -383,13 +383,13 @@ allowJaggedRows: description: - Indicates if BigQuery should accept rows that are missing trailing - optional columns . + optional columns. returned: success type: bool allowQuotedNewlines: description: - Indicates if BigQuery should allow quoted data sections that contain - newline characters in a CSV file . + newline characters in a CSV file. returned: success type: bool encoding: @@ -422,7 +422,7 @@ ignoreUnspecifiedColumnFamilies: description: - If field is true, then the column families that are not specified - in columnFamilies list are not exposed in the table schema . + in columnFamilies list are not exposed in the table schema. returned: success type: bool readRowkeyAsString: @@ -460,7 +460,7 @@ onlyReadLatest: description: - If this is set, only the latest version of value in this column - are exposed . + are exposed. returned: success type: bool qualifierString: @@ -486,7 +486,7 @@ onlyReadLatest: description: - If this is set only the latest version of value are exposed for - all columns in this column family . + all columns in this column family. returned: success type: bool type: diff --git a/lib/ansible/modules/cloud/google/gcp_cloudbuild_trigger.py b/lib/ansible/modules/cloud/google/gcp_cloudbuild_trigger.py index 2b3d821e8f164a..b22fdcf94ee4c8 100644 --- a/lib/ansible/modules/cloud/google/gcp_cloudbuild_trigger.py +++ b/lib/ansible/modules/cloud/google/gcp_cloudbuild_trigger.py @@ -73,7 +73,7 @@ ignored_files: description: - ignoredFiles and includedFiles are file glob matches using http://godoc/pkg/path/filepath#Match - extended with support for `**`. + extended with support for **. - If ignoredFiles and changed files are both empty, then they are not used to determine whether or not to trigger a build. - If ignoredFiles is not empty, then we ignore any files that match any of the @@ -83,7 +83,7 @@ included_files: description: - ignoredFiles and includedFiles are file glob matches using http://godoc/pkg/path/filepath#Match - extended with support for `**`. + extended with support for **. - If any of the files altered in the commit pass the ignoredFiles filter and includedFiles is empty, then as far as this filter is concerned, we should trigger the build. - If any of the files altered in the commit pass the ignoredFiles filter and includedFiles @@ -186,13 +186,13 @@ required: false id: description: - - Unique identifier for this build step, used in `wait_for` to reference + - Unique identifier for this build step, used in wait_for to reference this build step as a dependency. required: false entrypoint: description: - Entrypoint to be used instead of the build step image's default entrypoint. - - If unset, the image's default entrypoint is used . + - If unset, the image's default entrypoint is used. required: false dir: description: @@ -200,17 +200,17 @@ - If this value is a relative path, it is relative to the build's working directory. If this value is absolute, it may be outside the build's working directory, in which case the contents of the path may not be - persisted across build step executions, unless a `volume` for that path + persisted across build step executions, unless a volume for that path is specified. - - If the build specifies a `RepoSource` with `dir` and a step with a `dir`, - which specifies an absolute path, the `RepoSource` `dir` is ignored - for the step's execution. + - If the build specifies a RepoSource with dir and a step with a dir, + which specifies an absolute path, the RepoSource dir is ignored for + the step's execution. required: false secret_env: description: - A list of environment variables which are encrypted using a Cloud Key Management Service crypto key. These values must be specified in the - build's `Secret`. + build's Secret. required: false timeout: description: @@ -248,10 +248,10 @@ wait_for: description: - The ID(s) of the step(s) that this build step depends on. - - This build step will not start until all the build steps in `wait_for` - have completed successfully. If `wait_for` is empty, this build step - will start when all previous build steps in the `Build.Steps` list have - completed successfully. + - This build step will not start until all the build steps in wait_for + have completed successfully. If wait_for is empty, this build step will + start when all previous build steps in the Build.Steps list have completed + successfully. required: false extends_documentation_fragment: gcp notes: @@ -321,7 +321,7 @@ ignoredFiles: description: - ignoredFiles and includedFiles are file glob matches using http://godoc/pkg/path/filepath#Match - extended with support for `**`. + extended with support for **. - If ignoredFiles and changed files are both empty, then they are not used to determine whether or not to trigger a build. - If ignoredFiles is not empty, then we ignore any files that match any of the ignored_file @@ -332,7 +332,7 @@ includedFiles: description: - ignoredFiles and includedFiles are file glob matches using http://godoc/pkg/path/filepath#Match - extended with support for `**`. + extended with support for **. - If any of the files altered in the commit pass the ignoredFiles filter and includedFiles is empty, then as far as this filter is concerned, we should trigger the build. - If any of the files altered in the commit pass the ignoredFiles filter and includedFiles @@ -445,14 +445,14 @@ type: list id: description: - - Unique identifier for this build step, used in `wait_for` to reference - this build step as a dependency. + - Unique identifier for this build step, used in wait_for to reference this + build step as a dependency. returned: success type: str entrypoint: description: - Entrypoint to be used instead of the build step image's default entrypoint. - - If unset, the image's default entrypoint is used . + - If unset, the image's default entrypoint is used. returned: success type: str dir: @@ -461,17 +461,17 @@ - If this value is a relative path, it is relative to the build's working directory. If this value is absolute, it may be outside the build's working directory, in which case the contents of the path may not be persisted - across build step executions, unless a `volume` for that path is specified. - - If the build specifies a `RepoSource` with `dir` and a step with a `dir`, - which specifies an absolute path, the `RepoSource` `dir` is ignored for - the step's execution. + across build step executions, unless a volume for that path is specified. + - If the build specifies a RepoSource with dir and a step with a dir, which + specifies an absolute path, the RepoSource dir is ignored for the step's + execution. returned: success type: str secretEnv: description: - A list of environment variables which are encrypted using a Cloud Key Management Service crypto key. These values must be specified in the build's - `Secret`. + Secret. returned: success type: list timeout: @@ -514,10 +514,9 @@ waitFor: description: - The ID(s) of the step(s) that this build step depends on. - - This build step will not start until all the build steps in `wait_for` - have completed successfully. If `wait_for` is empty, this build step will - start when all previous build steps in the `Build.Steps` list have completed - successfully. + - This build step will not start until all the build steps in wait_for have + completed successfully. If wait_for is empty, this build step will start + when all previous build steps in the Build.Steps list have completed successfully. returned: success type: list ''' diff --git a/lib/ansible/modules/cloud/google/gcp_cloudbuild_trigger_facts.py b/lib/ansible/modules/cloud/google/gcp_cloudbuild_trigger_facts.py index 283c943027e752..58bb7d52a41e3f 100644 --- a/lib/ansible/modules/cloud/google/gcp_cloudbuild_trigger_facts.py +++ b/lib/ansible/modules/cloud/google/gcp_cloudbuild_trigger_facts.py @@ -93,7 +93,7 @@ ignoredFiles: description: - ignoredFiles and includedFiles are file glob matches using http://godoc/pkg/path/filepath#Match - extended with support for `**`. + extended with support for **. - If ignoredFiles and changed files are both empty, then they are not used to determine whether or not to trigger a build. - If ignoredFiles is not empty, then we ignore any files that match any of the @@ -104,7 +104,7 @@ includedFiles: description: - ignoredFiles and includedFiles are file glob matches using http://godoc/pkg/path/filepath#Match - extended with support for `**`. + extended with support for **. - If any of the files altered in the commit pass the ignoredFiles filter and includedFiles is empty, then as far as this filter is concerned, we should trigger the build. @@ -224,14 +224,14 @@ type: list id: description: - - Unique identifier for this build step, used in `wait_for` to reference + - Unique identifier for this build step, used in wait_for to reference this build step as a dependency. returned: success type: str entrypoint: description: - Entrypoint to be used instead of the build step image's default entrypoint. - - If unset, the image's default entrypoint is used . + - If unset, the image's default entrypoint is used. returned: success type: str dir: @@ -240,18 +240,18 @@ - If this value is a relative path, it is relative to the build's working directory. If this value is absolute, it may be outside the build's working directory, in which case the contents of the path may not - be persisted across build step executions, unless a `volume` for that + be persisted across build step executions, unless a volume for that path is specified. - - If the build specifies a `RepoSource` with `dir` and a step with a - `dir`, which specifies an absolute path, the `RepoSource` `dir` is - ignored for the step's execution. + - If the build specifies a RepoSource with dir and a step with a dir, + which specifies an absolute path, the RepoSource dir is ignored for + the step's execution. returned: success type: str secretEnv: description: - A list of environment variables which are encrypted using a Cloud Key Management Service crypto key. These values must be specified - in the build's `Secret`. + in the build's Secret. returned: success type: list timeout: @@ -295,10 +295,10 @@ waitFor: description: - The ID(s) of the step(s) that this build step depends on. - - This build step will not start until all the build steps in `wait_for` - have completed successfully. If `wait_for` is empty, this build step - will start when all previous build steps in the `Build.Steps` list - have completed successfully. + - This build step will not start until all the build steps in wait_for + have completed successfully. If wait_for is empty, this build step + will start when all previous build steps in the Build.Steps list have + completed successfully. returned: success type: list ''' diff --git a/lib/ansible/modules/cloud/google/gcp_cloudscheduler_job.py b/lib/ansible/modules/cloud/google/gcp_cloudscheduler_job.py index 5720b7d527646d..e951a333091dc2 100644 --- a/lib/ansible/modules/cloud/google/gcp_cloudscheduler_job.py +++ b/lib/ansible/modules/cloud/google/gcp_cloudscheduler_job.py @@ -74,7 +74,7 @@ description: - By default, if a job does not complete successfully, meaning that an acknowledgement is not received from the handler, then it will be retried with exponential backoff - according to the settings . + according to the settings. required: false suboptions: retry_count: @@ -110,7 +110,7 @@ pubsub_target: description: - Pub/Sub target If the job providers a Pub/Sub target the cron will publish a - message to the provided topic . + message to the provided topic. required: false suboptions: topic_name: @@ -133,7 +133,7 @@ description: - App Engine HTTP target. - If the job providers a App Engine HTTP target the cron will send a request to - the service instance . + the service instance. required: false suboptions: http_method: @@ -183,7 +183,7 @@ description: - HTTP target. - If the job providers a http_target the cron will send a request to the targeted - url . + url. required: false suboptions: uri: @@ -207,7 +207,7 @@ required: false region: description: - - Region where the scheduler job resides . + - Region where the scheduler job resides. required: true extends_documentation_fragment: gcp notes: @@ -263,7 +263,7 @@ description: - By default, if a job does not complete successfully, meaning that an acknowledgement is not received from the handler, then it will be retried with exponential backoff - according to the settings . + according to the settings. returned: success type: complex contains: @@ -305,7 +305,7 @@ pubsubTarget: description: - Pub/Sub target If the job providers a Pub/Sub target the cron will publish a message - to the provided topic . + to the provided topic. returned: success type: complex contains: @@ -332,7 +332,7 @@ description: - App Engine HTTP target. - If the job providers a App Engine HTTP target the cron will send a request to - the service instance . + the service instance. returned: success type: complex contains: @@ -391,7 +391,7 @@ description: - HTTP target. - If the job providers a http_target the cron will send a request to the targeted - url . + url. returned: success type: complex contains: @@ -419,7 +419,7 @@ type: dict region: description: - - Region where the scheduler job resides . + - Region where the scheduler job resides. returned: success type: str ''' diff --git a/lib/ansible/modules/cloud/google/gcp_cloudscheduler_job_facts.py b/lib/ansible/modules/cloud/google/gcp_cloudscheduler_job_facts.py index b536dabee6680a..069c0d6f36862d 100644 --- a/lib/ansible/modules/cloud/google/gcp_cloudscheduler_job_facts.py +++ b/lib/ansible/modules/cloud/google/gcp_cloudscheduler_job_facts.py @@ -42,7 +42,7 @@ options: region: description: - - Region where the scheduler job resides . + - Region where the scheduler job resides. required: true extends_documentation_fragment: gcp ''' @@ -89,7 +89,7 @@ description: - By default, if a job does not complete successfully, meaning that an acknowledgement is not received from the handler, then it will be retried with exponential - backoff according to the settings . + backoff according to the settings. returned: success type: complex contains: @@ -134,7 +134,7 @@ pubsubTarget: description: - Pub/Sub target If the job providers a Pub/Sub target the cron will publish - a message to the provided topic . + a message to the provided topic. returned: success type: complex contains: @@ -161,7 +161,7 @@ description: - App Engine HTTP target. - If the job providers a App Engine HTTP target the cron will send a request - to the service instance . + to the service instance. returned: success type: complex contains: @@ -220,7 +220,7 @@ description: - HTTP target. - If the job providers a http_target the cron will send a request to the targeted - url . + url. returned: success type: complex contains: @@ -249,7 +249,7 @@ type: dict region: description: - - Region where the scheduler job resides . + - Region where the scheduler job resides. returned: success type: str ''' diff --git a/lib/ansible/modules/cloud/google/gcp_compute_address.py b/lib/ansible/modules/cloud/google/gcp_compute_address.py index 5c0af5ec4bba7e..c0e9b98c710d07 100644 --- a/lib/ansible/modules/cloud/google/gcp_compute_address.py +++ b/lib/ansible/modules/cloud/google/gcp_compute_address.py @@ -78,9 +78,9 @@ description: - Name of the resource. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular - expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must - be a lowercase letter, and all following characters must be a dash, lowercase - letter, or digit, except the last character, which cannot be a dash. + expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be + a lowercase letter, and all following characters must be a dash, lowercase letter, + or digit, except the last character, which cannot be a dash. required: true network_tier: description: @@ -159,7 +159,7 @@ description: - Name of the resource. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression - `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase + [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. returned: success diff --git a/lib/ansible/modules/cloud/google/gcp_compute_address_facts.py b/lib/ansible/modules/cloud/google/gcp_compute_address_facts.py index 94567c3c066951..1659a359bf7062 100644 --- a/lib/ansible/modules/cloud/google/gcp_compute_address_facts.py +++ b/lib/ansible/modules/cloud/google/gcp_compute_address_facts.py @@ -44,7 +44,7 @@ description: - A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters). - Each additional filter in the list will act be added as an AND condition (filter1 - and filter2) . + and filter2). region: description: - URL of the region where the regional address resides. @@ -103,7 +103,7 @@ description: - Name of the resource. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the - regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character + regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. returned: success diff --git a/lib/ansible/modules/cloud/google/gcp_compute_backend_bucket.py b/lib/ansible/modules/cloud/google/gcp_compute_backend_bucket.py index 2658387d8c7ed0..97c1491b016ec8 100644 --- a/lib/ansible/modules/cloud/google/gcp_compute_backend_bucket.py +++ b/lib/ansible/modules/cloud/google/gcp_compute_backend_bucket.py @@ -86,7 +86,7 @@ description: - Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the - name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` + name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. @@ -167,7 +167,7 @@ description: - Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the - name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` + name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. diff --git a/lib/ansible/modules/cloud/google/gcp_compute_backend_bucket_facts.py b/lib/ansible/modules/cloud/google/gcp_compute_backend_bucket_facts.py index d65f67b21e4c7f..271d75bafe502e 100644 --- a/lib/ansible/modules/cloud/google/gcp_compute_backend_bucket_facts.py +++ b/lib/ansible/modules/cloud/google/gcp_compute_backend_bucket_facts.py @@ -44,7 +44,7 @@ description: - A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters). - Each additional filter in the list will act be added as an AND condition (filter1 - and filter2) . + and filter2). extends_documentation_fragment: gcp ''' @@ -112,7 +112,7 @@ description: - Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, - the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` + the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. diff --git a/lib/ansible/modules/cloud/google/gcp_compute_backend_service.py b/lib/ansible/modules/cloud/google/gcp_compute_backend_service.py index bd02a46f2ef3e1..ca2934e056b85e 100644 --- a/lib/ansible/modules/cloud/google/gcp_compute_backend_service.py +++ b/lib/ansible/modules/cloud/google/gcp_compute_backend_service.py @@ -209,7 +209,7 @@ version_added: 2.8 connection_draining: description: - - Settings for connection draining . + - Settings for connection draining. required: false suboptions: draining_timeout_sec: @@ -248,18 +248,18 @@ type: bool oauth2_client_id: description: - - OAuth2 Client ID for IAP . + - OAuth2 Client ID for IAP. required: true oauth2_client_secret: description: - - OAuth2 Client Secret for IAP . + - OAuth2 Client Secret for IAP. required: true load_balancing_scheme: description: - Indicates whether the backend service will be used with internal or external load balancing. A backend service created for one type of load balancing cannot - be used with the other. Must be `EXTERNAL` or `INTERNAL_SELF_MANAGED` for a - global backend service. Defaults to `EXTERNAL`. + be used with the other. Must be EXTERNAL or INTERNAL_SELF_MANAGED for a global + backend service. Defaults to EXTERNAL. - 'Some valid choices include: "EXTERNAL", "INTERNAL_SELF_MANAGED"' required: false default: EXTERNAL @@ -268,7 +268,7 @@ description: - Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the - name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` + name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. @@ -517,7 +517,7 @@ type: int connectionDraining: description: - - Settings for connection draining . + - Settings for connection draining. returned: success type: complex contains: @@ -575,32 +575,32 @@ type: bool oauth2ClientId: description: - - OAuth2 Client ID for IAP . + - OAuth2 Client ID for IAP. returned: success type: str oauth2ClientSecret: description: - - OAuth2 Client Secret for IAP . + - OAuth2 Client Secret for IAP. returned: success type: str oauth2ClientSecretSha256: description: - - OAuth2 Client Secret SHA-256 for IAP . + - OAuth2 Client Secret SHA-256 for IAP. returned: success type: str loadBalancingScheme: description: - Indicates whether the backend service will be used with internal or external load balancing. A backend service created for one type of load balancing cannot be - used with the other. Must be `EXTERNAL` or `INTERNAL_SELF_MANAGED` for a global - backend service. Defaults to `EXTERNAL`. + used with the other. Must be EXTERNAL or INTERNAL_SELF_MANAGED for a global backend + service. Defaults to EXTERNAL. returned: success type: str name: description: - Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the - name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` + name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. diff --git a/lib/ansible/modules/cloud/google/gcp_compute_backend_service_facts.py b/lib/ansible/modules/cloud/google/gcp_compute_backend_service_facts.py index 4602cdf0590b6d..e15d8f44c7bbb9 100644 --- a/lib/ansible/modules/cloud/google/gcp_compute_backend_service_facts.py +++ b/lib/ansible/modules/cloud/google/gcp_compute_backend_service_facts.py @@ -44,7 +44,7 @@ description: - A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters). - Each additional filter in the list will act be added as an AND condition (filter1 - and filter2) . + and filter2). extends_documentation_fragment: gcp ''' @@ -234,7 +234,7 @@ type: int connectionDraining: description: - - Settings for connection draining . + - Settings for connection draining. returned: success type: complex contains: @@ -292,32 +292,32 @@ type: bool oauth2ClientId: description: - - OAuth2 Client ID for IAP . + - OAuth2 Client ID for IAP. returned: success type: str oauth2ClientSecret: description: - - OAuth2 Client Secret for IAP . + - OAuth2 Client Secret for IAP. returned: success type: str oauth2ClientSecretSha256: description: - - OAuth2 Client Secret SHA-256 for IAP . + - OAuth2 Client Secret SHA-256 for IAP. returned: success type: str loadBalancingScheme: description: - Indicates whether the backend service will be used with internal or external load balancing. A backend service created for one type of load balancing cannot - be used with the other. Must be `EXTERNAL` or `INTERNAL_SELF_MANAGED` for - a global backend service. Defaults to `EXTERNAL`. + be used with the other. Must be EXTERNAL or INTERNAL_SELF_MANAGED for a global + backend service. Defaults to EXTERNAL. returned: success type: str name: description: - Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, - the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` + the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. diff --git a/lib/ansible/modules/cloud/google/gcp_compute_disk.py b/lib/ansible/modules/cloud/google/gcp_compute_disk.py index dce85cf8864869..aac9c5bcba0887 100644 --- a/lib/ansible/modules/cloud/google/gcp_compute_disk.py +++ b/lib/ansible/modules/cloud/google/gcp_compute_disk.py @@ -75,7 +75,7 @@ description: - Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the - name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` + name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. @@ -115,8 +115,7 @@ To create a disk with a private image that you created, specify the image name in the following format: global/images/my-private-image You can also specify a private image by its image family, which returns the latest version of the - image in that family. Replace the image name with family/family-name: global/images/family/my-private-family - .' + image in that family. Replace the image name with family/family-name: global/images/family/my-private-family.' required: false zone: description: @@ -250,7 +249,7 @@ description: - Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the - name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` + name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. @@ -268,8 +267,7 @@ type: int users: description: - - 'Links to the users of the disk (attached instances) in form: project/zones/zone/instances/instance - .' + - 'Links to the users of the disk (attached instances) in form: project/zones/zone/instances/instance.' returned: success type: list physicalBlockSizeBytes: @@ -298,8 +296,7 @@ To create a disk with a private image that you created, specify the image name in the following format: global/images/my-private-image You can also specify a private image by its image family, which returns the latest version of the image - in that family. Replace the image name with family/family-name: global/images/family/my-private-family - .' + in that family. Replace the image name with family/family-name: global/images/family/my-private-family.' returned: success type: str zone: diff --git a/lib/ansible/modules/cloud/google/gcp_compute_disk_facts.py b/lib/ansible/modules/cloud/google/gcp_compute_disk_facts.py index 41e7338a88ed94..5060a781b4224d 100644 --- a/lib/ansible/modules/cloud/google/gcp_compute_disk_facts.py +++ b/lib/ansible/modules/cloud/google/gcp_compute_disk_facts.py @@ -44,7 +44,7 @@ description: - A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters). - Each additional filter in the list will act be added as an AND condition (filter1 - and filter2) . + and filter2). zone: description: - A reference to the zone where the disk resides. @@ -116,7 +116,7 @@ description: - Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, - the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` + the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. @@ -134,8 +134,7 @@ type: int users: description: - - 'Links to the users of the disk (attached instances) in form: project/zones/zone/instances/instance - .' + - 'Links to the users of the disk (attached instances) in form: project/zones/zone/instances/instance.' returned: success type: list physicalBlockSizeBytes: @@ -165,8 +164,7 @@ disk with a private image that you created, specify the image name in the following format: global/images/my-private-image You can also specify a private image by its image family, which returns the latest version of the image in - that family. Replace the image name with family/family-name: global/images/family/my-private-family - .' + that family. Replace the image name with family/family-name: global/images/family/my-private-family.' returned: success type: str zone: diff --git a/lib/ansible/modules/cloud/google/gcp_compute_firewall.py b/lib/ansible/modules/cloud/google/gcp_compute_firewall.py index 24317d03d24d50..b254797beb55a8 100644 --- a/lib/ansible/modules/cloud/google/gcp_compute_firewall.py +++ b/lib/ansible/modules/cloud/google/gcp_compute_firewall.py @@ -130,7 +130,7 @@ description: - Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the - name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` + name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. @@ -141,8 +141,7 @@ a firewall rule, the default network is used: global/networks/default If you choose to specify this property, you can specify the network as a full or partial URL. For example, the following are all valid URLs: U(https://www.googleapis.com/compute/v1/projects/myproject/global/) - networks/my-network projects/myproject/global/networks/my-network global/networks/default - .' + networks/my-network projects/myproject/global/networks/my-network global/networks/default.' - 'This field represents a link to a Network resource in GCP. It can be specified in two ways. First, you can place a dictionary with key ''selfLink'' and value of your resource''s selfLink Alternatively, you can add `register: name-of-resource` @@ -325,7 +324,7 @@ description: - Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the - name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` + name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. @@ -337,8 +336,7 @@ a firewall rule, the default network is used: global/networks/default If you choose to specify this property, you can specify the network as a full or partial URL. For example, the following are all valid URLs: U(https://www.googleapis.com/compute/v1/projects/myproject/global/) - networks/my-network projects/myproject/global/networks/my-network global/networks/default - .' + networks/my-network projects/myproject/global/networks/my-network global/networks/default.' returned: success type: dict priority: diff --git a/lib/ansible/modules/cloud/google/gcp_compute_firewall_facts.py b/lib/ansible/modules/cloud/google/gcp_compute_firewall_facts.py index 31a4d8fd8226ec..6b78bf132e3251 100644 --- a/lib/ansible/modules/cloud/google/gcp_compute_firewall_facts.py +++ b/lib/ansible/modules/cloud/google/gcp_compute_firewall_facts.py @@ -44,7 +44,7 @@ description: - A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters). - Each additional filter in the list will act be added as an AND condition (filter1 - and filter2) . + and filter2). extends_documentation_fragment: gcp ''' @@ -155,7 +155,7 @@ description: - Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, - the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` + the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. @@ -167,8 +167,7 @@ creating a firewall rule, the default network is used: global/networks/default If you choose to specify this property, you can specify the network as a full or partial URL. For example, the following are all valid URLs: U(https://www.googleapis.com/compute/v1/projects/myproject/global/) - networks/my-network projects/myproject/global/networks/my-network global/networks/default - .' + networks/my-network projects/myproject/global/networks/my-network global/networks/default.' returned: success type: dict priority: diff --git a/lib/ansible/modules/cloud/google/gcp_compute_forwarding_rule.py b/lib/ansible/modules/cloud/google/gcp_compute_forwarding_rule.py index d0eb51d642c351..95b93993857c82 100644 --- a/lib/ansible/modules/cloud/google/gcp_compute_forwarding_rule.py +++ b/lib/ansible/modules/cloud/google/gcp_compute_forwarding_rule.py @@ -74,7 +74,7 @@ to an existing Address resource. The following examples are all valid: * 100.1.2.3 * U(https://www.googleapis.com/compute/v1/projects/project/regions/region/addresses/address) * projects/project/regions/region/addresses/address * regions/region/addresses/address - * global/addresses/address * address .' + * global/addresses/address * address.' required: false ip_protocol: description: @@ -104,14 +104,14 @@ following values: INTERNAL, EXTERNAL The value of INTERNAL means that this will be used for Internal Network Load Balancing (TCP, UDP). The value of EXTERNAL means that this will be used for External Load Balancing (HTTP(S) LB, External - TCP/UDP LB, SSL Proxy) .' + TCP/UDP LB, SSL Proxy).' - 'Some valid choices include: "INTERNAL", "EXTERNAL"' required: false name: description: - Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the - name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` + name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. @@ -140,7 +140,7 @@ TargetHttpProxy: 80, 8080 * TargetHttpsProxy: 443 * TargetTcpProxy: 25, 43, 110, 143, 195, 443, 465, 587, 700, 993, 995, 1883, 5222 * TargetSslProxy: 25, 43, 110, 143, 195, 443, 465, 587, 700, 993, 995, 1883, 5222 * TargetVpnGateway: - 500, 4500 .' + 500, 4500.' required: false ports: description: @@ -198,7 +198,7 @@ - If specified, will be the first label of the fully qualified service name. - The label must be 1-63 characters long, and comply with RFC1035. - Specifically, the label must be 1-63 characters long and match the regular expression - `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase + [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. - This field is only used for INTERNAL load balancing. @@ -287,7 +287,7 @@ to an existing Address resource. The following examples are all valid: * 100.1.2.3 * U(https://www.googleapis.com/compute/v1/projects/project/regions/region/addresses/address) * projects/project/regions/region/addresses/address * regions/region/addresses/address - * global/addresses/address * address .' + * global/addresses/address * address.' returned: success type: str IPProtocol: @@ -314,14 +314,14 @@ following values: INTERNAL, EXTERNAL The value of INTERNAL means that this will be used for Internal Network Load Balancing (TCP, UDP). The value of EXTERNAL means that this will be used for External Load Balancing (HTTP(S) LB, External - TCP/UDP LB, SSL Proxy) .' + TCP/UDP LB, SSL Proxy).' returned: success type: str name: description: - Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the - name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` + name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. @@ -346,7 +346,7 @@ - 'Some types of forwarding target have constraints on the acceptable ports: * TargetHttpProxy: 80, 8080 * TargetHttpsProxy: 443 * TargetTcpProxy: 25, 43, 110, 143, 195, 443, 465, 587, 700, 993, 995, 1883, 5222 * TargetSslProxy: 25, 43, 110, 143, 195, 443, - 465, 587, 700, 993, 995, 1883, 5222 * TargetVpnGateway: 500, 4500 .' + 465, 587, 700, 993, 995, 1883, 5222 * TargetVpnGateway: 500, 4500.' returned: success type: str ports: @@ -395,7 +395,7 @@ - If specified, will be the first label of the fully qualified service name. - The label must be 1-63 characters long, and comply with RFC1035. - Specifically, the label must be 1-63 characters long and match the regular expression - `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase + [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. - This field is only used for INTERNAL load balancing. diff --git a/lib/ansible/modules/cloud/google/gcp_compute_forwarding_rule_facts.py b/lib/ansible/modules/cloud/google/gcp_compute_forwarding_rule_facts.py index bb5d4fc7462cd7..e620aba8d35ea5 100644 --- a/lib/ansible/modules/cloud/google/gcp_compute_forwarding_rule_facts.py +++ b/lib/ansible/modules/cloud/google/gcp_compute_forwarding_rule_facts.py @@ -44,7 +44,7 @@ description: - A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters). - Each additional filter in the list will act be added as an AND condition (filter1 - and filter2) . + and filter2). region: description: - A reference to the region where the regional forwarding rule resides. @@ -107,7 +107,7 @@ to an existing Address resource. The following examples are all valid: * 100.1.2.3 * U(https://www.googleapis.com/compute/v1/projects/project/regions/region/addresses/address) * projects/project/regions/region/addresses/address * regions/region/addresses/address - * global/addresses/address * address .' + * global/addresses/address * address.' returned: success type: str IPProtocol: @@ -134,14 +134,14 @@ the following values: INTERNAL, EXTERNAL The value of INTERNAL means that this will be used for Internal Network Load Balancing (TCP, UDP). The value of EXTERNAL means that this will be used for External Load Balancing (HTTP(S) - LB, External TCP/UDP LB, SSL Proxy) .' + LB, External TCP/UDP LB, SSL Proxy).' returned: success type: str name: description: - Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, - the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` + the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. @@ -167,7 +167,7 @@ * TargetHttpProxy: 80, 8080 * TargetHttpsProxy: 443 * TargetTcpProxy: 25, 43, 110, 143, 195, 443, 465, 587, 700, 993, 995, 1883, 5222 * TargetSslProxy: 25, 43, 110, 143, 195, 443, 465, 587, 700, 993, 995, 1883, 5222 * TargetVpnGateway: - 500, 4500 .' + 500, 4500.' returned: success type: str ports: @@ -217,7 +217,7 @@ - If specified, will be the first label of the fully qualified service name. - The label must be 1-63 characters long, and comply with RFC1035. - Specifically, the label must be 1-63 characters long and match the regular - expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must + expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. - This field is only used for INTERNAL load balancing. diff --git a/lib/ansible/modules/cloud/google/gcp_compute_global_address.py b/lib/ansible/modules/cloud/google/gcp_compute_global_address.py index c95a264a66128b..0b2da4d5ff363a 100644 --- a/lib/ansible/modules/cloud/google/gcp_compute_global_address.py +++ b/lib/ansible/modules/cloud/google/gcp_compute_global_address.py @@ -61,15 +61,15 @@ description: - Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the - name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` + name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. required: true ip_version: description: - - The IP Version that will be used by this address. Valid options are `IPV4` or - `IPV6`. The default value is `IPV4`. + - The IP Version that will be used by this address. Valid options are IPV4 or + IPV6. The default value is IPV4. - 'Some valid choices include: "IPV4", "IPV6"' required: false prefix_length: @@ -149,7 +149,7 @@ description: - Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the - name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` + name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. @@ -157,8 +157,8 @@ type: str ipVersion: description: - - The IP Version that will be used by this address. Valid options are `IPV4` or - `IPV6`. The default value is `IPV4`. + - The IP Version that will be used by this address. Valid options are IPV4 or IPV6. + The default value is IPV4. returned: success type: str region: diff --git a/lib/ansible/modules/cloud/google/gcp_compute_global_address_facts.py b/lib/ansible/modules/cloud/google/gcp_compute_global_address_facts.py index b03e23a4edfb73..a6f94c5e51eef7 100644 --- a/lib/ansible/modules/cloud/google/gcp_compute_global_address_facts.py +++ b/lib/ansible/modules/cloud/google/gcp_compute_global_address_facts.py @@ -44,7 +44,7 @@ description: - A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters). - Each additional filter in the list will act be added as an AND condition (filter1 - and filter2) . + and filter2). extends_documentation_fragment: gcp ''' @@ -90,7 +90,7 @@ description: - Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, - the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` + the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. @@ -98,8 +98,8 @@ type: str ipVersion: description: - - The IP Version that will be used by this address. Valid options are `IPV4` - or `IPV6`. The default value is `IPV4`. + - The IP Version that will be used by this address. Valid options are IPV4 or + IPV6. The default value is IPV4. returned: success type: str region: diff --git a/lib/ansible/modules/cloud/google/gcp_compute_global_forwarding_rule.py b/lib/ansible/modules/cloud/google/gcp_compute_global_forwarding_rule.py index c4b34c7d73c7d5..a6b9e775b155ac 100644 --- a/lib/ansible/modules/cloud/google/gcp_compute_global_forwarding_rule.py +++ b/lib/ansible/modules/cloud/google/gcp_compute_global_forwarding_rule.py @@ -34,8 +34,7 @@ - Represents a GlobalForwardingRule resource. Global forwarding rules are used to forward traffic to the correct load balancer for HTTP load balancing. Global forwarding rules can only be used for HTTP load balancing. -- For more information, see U(https://cloud.google.com/compute/docs/load-balancing/http/) - . +- For more information, see U(https://cloud.google.com/compute/docs/load-balancing/http/). short_description: Creates a GCP GlobalForwardingRule version_added: 2.6 author: Google Inc. (@googlecloudplatform) @@ -76,7 +75,7 @@ to an existing Address resource. The following examples are all valid: * 100.1.2.3 * U(https://www.googleapis.com/compute/v1/projects/project/regions/region/addresses/address) * projects/project/regions/region/addresses/address * regions/region/addresses/address - * global/addresses/address * address .' + * global/addresses/address * address.' required: false ip_protocol: description: @@ -105,7 +104,7 @@ description: - Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the - name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` + name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. @@ -134,7 +133,7 @@ TargetHttpProxy: 80, 8080 * TargetHttpsProxy: 443 * TargetTcpProxy: 25, 43, 110, 143, 195, 443, 465, 587, 700, 993, 995, 1883, 5222 * TargetSslProxy: 25, 43, 110, 143, 195, 443, 465, 587, 700, 993, 995, 1883, 5222 * TargetVpnGateway: - 500, 4500 .' + 500, 4500.' required: false target: description: @@ -261,7 +260,7 @@ to an existing Address resource. The following examples are all valid: * 100.1.2.3 * U(https://www.googleapis.com/compute/v1/projects/project/regions/region/addresses/address) * projects/project/regions/region/addresses/address * regions/region/addresses/address - * global/addresses/address * address .' + * global/addresses/address * address.' returned: success type: str IPProtocol: @@ -290,7 +289,7 @@ description: - Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the - name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` + name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. @@ -315,7 +314,7 @@ - 'Some types of forwarding target have constraints on the acceptable ports: * TargetHttpProxy: 80, 8080 * TargetHttpsProxy: 443 * TargetTcpProxy: 25, 43, 110, 143, 195, 443, 465, 587, 700, 993, 995, 1883, 5222 * TargetSslProxy: 25, 43, 110, 143, 195, 443, - 465, 587, 700, 993, 995, 1883, 5222 * TargetVpnGateway: 500, 4500 .' + 465, 587, 700, 993, 995, 1883, 5222 * TargetVpnGateway: 500, 4500.' returned: success type: str target: diff --git a/lib/ansible/modules/cloud/google/gcp_compute_global_forwarding_rule_facts.py b/lib/ansible/modules/cloud/google/gcp_compute_global_forwarding_rule_facts.py index 3cb35bb1f87ae5..0321b05e7d758b 100644 --- a/lib/ansible/modules/cloud/google/gcp_compute_global_forwarding_rule_facts.py +++ b/lib/ansible/modules/cloud/google/gcp_compute_global_forwarding_rule_facts.py @@ -44,7 +44,7 @@ description: - A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters). - Each additional filter in the list will act be added as an AND condition (filter1 - and filter2) . + and filter2). extends_documentation_fragment: gcp ''' @@ -101,7 +101,7 @@ to an existing Address resource. The following examples are all valid: * 100.1.2.3 * U(https://www.googleapis.com/compute/v1/projects/project/regions/region/addresses/address) * projects/project/regions/region/addresses/address * regions/region/addresses/address - * global/addresses/address * address .' + * global/addresses/address * address.' returned: success type: str IPProtocol: @@ -130,7 +130,7 @@ description: - Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, - the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` + the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. @@ -156,7 +156,7 @@ * TargetHttpProxy: 80, 8080 * TargetHttpsProxy: 443 * TargetTcpProxy: 25, 43, 110, 143, 195, 443, 465, 587, 700, 993, 995, 1883, 5222 * TargetSslProxy: 25, 43, 110, 143, 195, 443, 465, 587, 700, 993, 995, 1883, 5222 * TargetVpnGateway: - 500, 4500 .' + 500, 4500.' returned: success type: str target: diff --git a/lib/ansible/modules/cloud/google/gcp_compute_health_check.py b/lib/ansible/modules/cloud/google/gcp_compute_health_check.py index 7c129861965d4d..84d857ba099185 100644 --- a/lib/ansible/modules/cloud/google/gcp_compute_health_check.py +++ b/lib/ansible/modules/cloud/google/gcp_compute_health_check.py @@ -75,7 +75,7 @@ description: - Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the - name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` + name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. @@ -306,7 +306,7 @@ description: - Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the - name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` + name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. diff --git a/lib/ansible/modules/cloud/google/gcp_compute_health_check_facts.py b/lib/ansible/modules/cloud/google/gcp_compute_health_check_facts.py index 03e54747a0628c..fff37b94824e3e 100644 --- a/lib/ansible/modules/cloud/google/gcp_compute_health_check_facts.py +++ b/lib/ansible/modules/cloud/google/gcp_compute_health_check_facts.py @@ -44,7 +44,7 @@ description: - A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters). - Each additional filter in the list will act be added as an AND condition (filter1 - and filter2) . + and filter2). extends_documentation_fragment: gcp ''' @@ -97,7 +97,7 @@ description: - Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, - the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` + the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. diff --git a/lib/ansible/modules/cloud/google/gcp_compute_http_health_check.py b/lib/ansible/modules/cloud/google/gcp_compute_http_health_check.py index 5379eebec06718..213724f5b5e8ba 100644 --- a/lib/ansible/modules/cloud/google/gcp_compute_http_health_check.py +++ b/lib/ansible/modules/cloud/google/gcp_compute_http_health_check.py @@ -75,7 +75,7 @@ description: - Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the - name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` + name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. @@ -162,7 +162,7 @@ description: - Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the - name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` + name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. diff --git a/lib/ansible/modules/cloud/google/gcp_compute_http_health_check_facts.py b/lib/ansible/modules/cloud/google/gcp_compute_http_health_check_facts.py index 9aa682258759eb..9c25776c5f9408 100644 --- a/lib/ansible/modules/cloud/google/gcp_compute_http_health_check_facts.py +++ b/lib/ansible/modules/cloud/google/gcp_compute_http_health_check_facts.py @@ -44,7 +44,7 @@ description: - A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters). - Each additional filter in the list will act be added as an AND condition (filter1 - and filter2) . + and filter2). extends_documentation_fragment: gcp ''' @@ -104,7 +104,7 @@ description: - Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, - the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` + the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. diff --git a/lib/ansible/modules/cloud/google/gcp_compute_https_health_check.py b/lib/ansible/modules/cloud/google/gcp_compute_https_health_check.py index 41b496a4c44a79..7d8b4abce567ea 100644 --- a/lib/ansible/modules/cloud/google/gcp_compute_https_health_check.py +++ b/lib/ansible/modules/cloud/google/gcp_compute_https_health_check.py @@ -72,7 +72,7 @@ description: - Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the - name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` + name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. @@ -159,7 +159,7 @@ description: - Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the - name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` + name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. diff --git a/lib/ansible/modules/cloud/google/gcp_compute_https_health_check_facts.py b/lib/ansible/modules/cloud/google/gcp_compute_https_health_check_facts.py index db0728897caf37..332d8f5fdbf778 100644 --- a/lib/ansible/modules/cloud/google/gcp_compute_https_health_check_facts.py +++ b/lib/ansible/modules/cloud/google/gcp_compute_https_health_check_facts.py @@ -44,7 +44,7 @@ description: - A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters). - Each additional filter in the list will act be added as an AND condition (filter1 - and filter2) . + and filter2). extends_documentation_fragment: gcp ''' @@ -104,7 +104,7 @@ description: - Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, - the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` + the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. diff --git a/lib/ansible/modules/cloud/google/gcp_compute_image.py b/lib/ansible/modules/cloud/google/gcp_compute_image.py index 6c012c5c3ed101..71d746e725c420 100644 --- a/lib/ansible/modules/cloud/google/gcp_compute_image.py +++ b/lib/ansible/modules/cloud/google/gcp_compute_image.py @@ -97,7 +97,7 @@ description: - Encrypts the image using a customer-supplied encryption key. - After you encrypt an image with a customer-supplied key, you must provide the - same key if you use the image later (e.g. to create a disk from the image) . + same key if you use the image later (e.g. to create a disk from the image). required: false suboptions: raw_key: @@ -118,7 +118,7 @@ description: - Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the - name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` + name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. @@ -176,7 +176,7 @@ source_type: description: - The type of the image used to create this disk. The default and only value is - RAW . + RAW. - 'Some valid choices include: "RAW"' required: false extends_documentation_fragment: gcp @@ -309,7 +309,7 @@ description: - Encrypts the image using a customer-supplied encryption key. - After you encrypt an image with a customer-supplied key, you must provide the - same key if you use the image later (e.g. to create a disk from the image) . + same key if you use the image later (e.g. to create a disk from the image). returned: success type: complex contains: @@ -345,7 +345,7 @@ description: - Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the - name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` + name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. @@ -412,7 +412,7 @@ sourceType: description: - The type of the image used to create this disk. The default and only value is - RAW . + RAW. returned: success type: str ''' diff --git a/lib/ansible/modules/cloud/google/gcp_compute_image_facts.py b/lib/ansible/modules/cloud/google/gcp_compute_image_facts.py index 98b47cb6bc8bdb..65b25c141bdb5d 100644 --- a/lib/ansible/modules/cloud/google/gcp_compute_image_facts.py +++ b/lib/ansible/modules/cloud/google/gcp_compute_image_facts.py @@ -44,7 +44,7 @@ description: - A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters). - Each additional filter in the list will act be added as an AND condition (filter1 - and filter2) . + and filter2). extends_documentation_fragment: gcp ''' @@ -170,8 +170,7 @@ description: - Encrypts the image using a customer-supplied encryption key. - After you encrypt an image with a customer-supplied key, you must provide - the same key if you use the image later (e.g. to create a disk from the image) - . + the same key if you use the image later (e.g. to create a disk from the image). returned: success type: complex contains: @@ -207,7 +206,7 @@ description: - Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, - the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` + the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. @@ -274,7 +273,7 @@ sourceType: description: - The type of the image used to create this disk. The default and only value - is RAW . + is RAW. returned: success type: str ''' diff --git a/lib/ansible/modules/cloud/google/gcp_compute_instance.py b/lib/ansible/modules/cloud/google/gcp_compute_instance.py index c8b4f611cc21e9..d15ec67e290e55 100644 --- a/lib/ansible/modules/cloud/google/gcp_compute_instance.py +++ b/lib/ansible/modules/cloud/google/gcp_compute_instance.py @@ -185,7 +185,7 @@ required: false guest_accelerators: description: - - List of the type and count of accelerator cards attached to the instance . + - List of the type and count of accelerator cards attached to the instance. required: false suboptions: accelerator_count: @@ -213,14 +213,14 @@ min_cpu_platform: description: - Specifies a minimum CPU platform for the VM instance. Applicable values are - the friendly names of CPU platforms . + the friendly names of CPU platforms. required: false name: description: - The name of the resource, provided by the client when initially creating the resource. The resource name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression - `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase + [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. required: false @@ -359,7 +359,7 @@ - 'The status of the instance. One of the following values: PROVISIONING, STAGING, RUNNING, STOPPING, SUSPENDING, SUSPENDED, and TERMINATED.' - As a user, use RUNNING to keep a machine "on" and TERMINATED to turn a machine - off . + off. - 'Some valid choices include: "PROVISIONING", "STAGING", "RUNNING", "STOPPING", "SUSPENDING", "SUSPENDED", "TERMINATED"' required: false @@ -614,7 +614,7 @@ type: str guestAccelerators: description: - - List of the type and count of accelerator cards attached to the instance . + - List of the type and count of accelerator cards attached to the instance. returned: success type: complex contains: @@ -658,14 +658,14 @@ minCpuPlatform: description: - Specifies a minimum CPU platform for the VM instance. Applicable values are the - friendly names of CPU platforms . + friendly names of CPU platforms. returned: success type: str name: description: - The name of the resource, provided by the client when initially creating the resource. The resource name must be 1-63 characters long, and comply with RFC1035. Specifically, - the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` + the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. @@ -735,7 +735,7 @@ name: description: - The name of the network interface, generated by the server. For network devices, - these are eth0, eth1, etc . + these are eth0, eth1, etc. returned: success type: str network: @@ -811,7 +811,7 @@ - 'The status of the instance. One of the following values: PROVISIONING, STAGING, RUNNING, STOPPING, SUSPENDING, SUSPENDED, and TERMINATED.' - As a user, use RUNNING to keep a machine "on" and TERMINATED to turn a machine - off . + off. returned: success type: str statusMessage: diff --git a/lib/ansible/modules/cloud/google/gcp_compute_instance_facts.py b/lib/ansible/modules/cloud/google/gcp_compute_instance_facts.py index eef0b70ada6353..6d868d53612672 100644 --- a/lib/ansible/modules/cloud/google/gcp_compute_instance_facts.py +++ b/lib/ansible/modules/cloud/google/gcp_compute_instance_facts.py @@ -44,7 +44,7 @@ description: - A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters). - Each additional filter in the list will act be added as an AND condition (filter1 - and filter2) . + and filter2). zone: description: - A reference to the zone where the machine resides. @@ -235,7 +235,7 @@ type: str guestAccelerators: description: - - List of the type and count of accelerator cards attached to the instance . + - List of the type and count of accelerator cards attached to the instance. returned: success type: complex contains: @@ -281,7 +281,7 @@ minCpuPlatform: description: - Specifies a minimum CPU platform for the VM instance. Applicable values are - the friendly names of CPU platforms . + the friendly names of CPU platforms. returned: success type: str name: @@ -289,7 +289,7 @@ - The name of the resource, provided by the client when initially creating the resource. The resource name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the - regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character + regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. returned: success @@ -358,7 +358,7 @@ name: description: - The name of the network interface, generated by the server. For network - devices, these are eth0, eth1, etc . + devices, these are eth0, eth1, etc. returned: success type: str network: @@ -435,7 +435,7 @@ - 'The status of the instance. One of the following values: PROVISIONING, STAGING, RUNNING, STOPPING, SUSPENDING, SUSPENDED, and TERMINATED.' - As a user, use RUNNING to keep a machine "on" and TERMINATED to turn a machine - off . + off. returned: success type: str statusMessage: diff --git a/lib/ansible/modules/cloud/google/gcp_compute_instance_group_facts.py b/lib/ansible/modules/cloud/google/gcp_compute_instance_group_facts.py index 5074e622020633..8e485c57a32594 100644 --- a/lib/ansible/modules/cloud/google/gcp_compute_instance_group_facts.py +++ b/lib/ansible/modules/cloud/google/gcp_compute_instance_group_facts.py @@ -44,7 +44,7 @@ description: - A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters). - Each additional filter in the list will act be added as an AND condition (filter1 - and filter2) . + and filter2). zone: description: - A reference to the zone where the instance group resides. diff --git a/lib/ansible/modules/cloud/google/gcp_compute_instance_group_manager_facts.py b/lib/ansible/modules/cloud/google/gcp_compute_instance_group_manager_facts.py index 45036962a2a7a3..af2103a66a6d2e 100644 --- a/lib/ansible/modules/cloud/google/gcp_compute_instance_group_manager_facts.py +++ b/lib/ansible/modules/cloud/google/gcp_compute_instance_group_manager_facts.py @@ -44,7 +44,7 @@ description: - A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters). - Each additional filter in the list will act be added as an AND condition (filter1 - and filter2) . + and filter2). zone: description: - The zone the managed instance group resides. diff --git a/lib/ansible/modules/cloud/google/gcp_compute_instance_template.py b/lib/ansible/modules/cloud/google/gcp_compute_instance_template.py index 24fb4b1d8d3897..065c911ba89544 100644 --- a/lib/ansible/modules/cloud/google/gcp_compute_instance_template.py +++ b/lib/ansible/modules/cloud/google/gcp_compute_instance_template.py @@ -215,7 +215,7 @@ min_cpu_platform: description: - Specifies a minimum CPU platform for the VM instance. Applicable values - are the friendly names of CPU platforms . + are the friendly names of CPU platforms. required: false metadata: description: @@ -225,8 +225,7 @@ required: false guest_accelerators: description: - - List of the type and count of accelerator cards attached to the instance - . + - List of the type and count of accelerator cards attached to the instance. required: false suboptions: accelerator_count: @@ -634,7 +633,7 @@ minCpuPlatform: description: - Specifies a minimum CPU platform for the VM instance. Applicable values are - the friendly names of CPU platforms . + the friendly names of CPU platforms. returned: success type: str metadata: @@ -645,7 +644,7 @@ type: dict guestAccelerators: description: - - List of the type and count of accelerator cards attached to the instance . + - List of the type and count of accelerator cards attached to the instance. returned: success type: complex contains: @@ -724,7 +723,7 @@ name: description: - The name of the network interface, generated by the server. For network - devices, these are eth0, eth1, etc . + devices, these are eth0, eth1, etc. returned: success type: str network: diff --git a/lib/ansible/modules/cloud/google/gcp_compute_instance_template_facts.py b/lib/ansible/modules/cloud/google/gcp_compute_instance_template_facts.py index df70ee49fa8fb7..d95ae10d203617 100644 --- a/lib/ansible/modules/cloud/google/gcp_compute_instance_template_facts.py +++ b/lib/ansible/modules/cloud/google/gcp_compute_instance_template_facts.py @@ -44,7 +44,7 @@ description: - A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters). - Each additional filter in the list will act be added as an AND condition (filter1 - and filter2) . + and filter2). extends_documentation_fragment: gcp ''' @@ -266,7 +266,7 @@ minCpuPlatform: description: - Specifies a minimum CPU platform for the VM instance. Applicable values - are the friendly names of CPU platforms . + are the friendly names of CPU platforms. returned: success type: str metadata: @@ -278,8 +278,7 @@ type: dict guestAccelerators: description: - - List of the type and count of accelerator cards attached to the instance - . + - List of the type and count of accelerator cards attached to the instance. returned: success type: complex contains: @@ -361,7 +360,7 @@ name: description: - The name of the network interface, generated by the server. For network - devices, these are eth0, eth1, etc . + devices, these are eth0, eth1, etc. returned: success type: str network: diff --git a/lib/ansible/modules/cloud/google/gcp_compute_interconnect_attachment.py b/lib/ansible/modules/cloud/google/gcp_compute_interconnect_attachment.py index d917d70d13d5aa..26782440cf3c63 100644 --- a/lib/ansible/modules/cloud/google/gcp_compute_interconnect_attachment.py +++ b/lib/ansible/modules/cloud/google/gcp_compute_interconnect_attachment.py @@ -88,7 +88,7 @@ description: - Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the - name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` + name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. @@ -167,7 +167,7 @@ description: - '[Output only for type PARTNER. Not present for DEDICATED]. The opaque identifier of an PARTNER attachment used to initiate provisioning with a selected partner. - Of the form "XXXXX/region/domain" .' + Of the form "XXXXX/region/domain".' returned: success type: str partnerAsn: @@ -228,7 +228,7 @@ description: - Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the - name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` + name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. diff --git a/lib/ansible/modules/cloud/google/gcp_compute_interconnect_attachment_facts.py b/lib/ansible/modules/cloud/google/gcp_compute_interconnect_attachment_facts.py index a67aff53f31e76..722072e7cc4c51 100644 --- a/lib/ansible/modules/cloud/google/gcp_compute_interconnect_attachment_facts.py +++ b/lib/ansible/modules/cloud/google/gcp_compute_interconnect_attachment_facts.py @@ -44,7 +44,7 @@ description: - A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters). - Each additional filter in the list will act be added as an AND condition (filter1 - and filter2) . + and filter2). region: description: - Region where the regional interconnect attachment resides. @@ -108,7 +108,7 @@ description: - '[Output only for type PARTNER. Not present for DEDICATED]. The opaque identifier of an PARTNER attachment used to initiate provisioning with a selected partner. - Of the form "XXXXX/region/domain" .' + Of the form "XXXXX/region/domain".' returned: success type: str partnerAsn: @@ -170,7 +170,7 @@ description: - Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, - the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` + the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. diff --git a/lib/ansible/modules/cloud/google/gcp_compute_network.py b/lib/ansible/modules/cloud/google/gcp_compute_network.py index 3393f1d58cf10f..cd82753149fd25 100644 --- a/lib/ansible/modules/cloud/google/gcp_compute_network.py +++ b/lib/ansible/modules/cloud/google/gcp_compute_network.py @@ -56,27 +56,26 @@ description: - If this field is specified, a deprecated legacy network is created. - You will no longer be able to create a legacy network on Feb 1, 2020. - - See the [legacy network docs](U(https://cloud.google.com/vpc/docs/legacy)) for + - See the L(legacy network docs,U(https://cloud.google.com/vpc/docs/legacy)) for more details. - The range of internal addresses that are legal on this legacy network. - - 'This range is a CIDR specification, for example: `192.168.0.0/16`.' + - 'This range is a CIDR specification, for example: 192.168.0.0/16.' - The resource must be recreated to modify this field. required: false name: description: - Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the - name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` + name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. required: true auto_create_subnetworks: description: - - When set to `true`, the network is created in "auto subnet mode" and it will - create a subnet for each region automatically across the `10.128.0.0/9` address - range. - - When set to `false`, the network is created in "custom subnet mode" so the user + - When set to true, the network is created in "auto subnet mode" and it will create + a subnet for each region automatically across the 10.128.0.0/9 address range. + - When set to false, the network is created in "custom subnet mode" so the user can explicitly connect subnetwork resources. required: false type: bool @@ -89,9 +88,9 @@ suboptions: routing_mode: description: - - The network-wide routing mode to use. If set to `REGIONAL`, this network's + - The network-wide routing mode to use. If set to REGIONAL, this network's cloud routers will only advertise routes with subnetworks of this network - in the same region as the router. If set to `GLOBAL`, this network's cloud + in the same region as the router. If set to GLOBAL, this network's cloud routers will advertise routes with all subnetworks of this network, across regions. - 'Some valid choices include: "REGIONAL", "GLOBAL"' @@ -135,10 +134,10 @@ description: - If this field is specified, a deprecated legacy network is created. - You will no longer be able to create a legacy network on Feb 1, 2020. - - See the [legacy network docs](U(https://cloud.google.com/vpc/docs/legacy)) for + - See the L(legacy network docs,U(https://cloud.google.com/vpc/docs/legacy)) for more details. - The range of internal addresses that are legal on this legacy network. - - 'This range is a CIDR specification, for example: `192.168.0.0/16`.' + - 'This range is a CIDR specification, for example: 192.168.0.0/16.' - The resource must be recreated to modify this field. returned: success type: str @@ -146,7 +145,7 @@ description: - Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the - name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` + name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. @@ -159,9 +158,9 @@ type: list autoCreateSubnetworks: description: - - When set to `true`, the network is created in "auto subnet mode" and it will create - a subnet for each region automatically across the `10.128.0.0/9` address range. - - When set to `false`, the network is created in "custom subnet mode" so the user + - When set to true, the network is created in "auto subnet mode" and it will create + a subnet for each region automatically across the 10.128.0.0/9 address range. + - When set to false, the network is created in "custom subnet mode" so the user can explicitly connect subnetwork resources. returned: success type: bool @@ -179,11 +178,10 @@ contains: routingMode: description: - - The network-wide routing mode to use. If set to `REGIONAL`, this network's - cloud routers will only advertise routes with subnetworks of this network - in the same region as the router. If set to `GLOBAL`, this network's cloud - routers will advertise routes with all subnetworks of this network, across - regions. + - The network-wide routing mode to use. If set to REGIONAL, this network's cloud + routers will only advertise routes with subnetworks of this network in the + same region as the router. If set to GLOBAL, this network's cloud routers + will advertise routes with all subnetworks of this network, across regions. returned: success type: str ''' diff --git a/lib/ansible/modules/cloud/google/gcp_compute_network_facts.py b/lib/ansible/modules/cloud/google/gcp_compute_network_facts.py index 5b910d51d5f117..6bee876ae2ff9e 100644 --- a/lib/ansible/modules/cloud/google/gcp_compute_network_facts.py +++ b/lib/ansible/modules/cloud/google/gcp_compute_network_facts.py @@ -44,7 +44,7 @@ description: - A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters). - Each additional filter in the list will act be added as an AND condition (filter1 - and filter2) . + and filter2). extends_documentation_fragment: gcp ''' @@ -86,10 +86,10 @@ description: - If this field is specified, a deprecated legacy network is created. - You will no longer be able to create a legacy network on Feb 1, 2020. - - See the [legacy network docs](U(https://cloud.google.com/vpc/docs/legacy)) + - See the L(legacy network docs,U(https://cloud.google.com/vpc/docs/legacy)) for more details. - The range of internal addresses that are legal on this legacy network. - - 'This range is a CIDR specification, for example: `192.168.0.0/16`.' + - 'This range is a CIDR specification, for example: 192.168.0.0/16.' - The resource must be recreated to modify this field. returned: success type: str @@ -97,7 +97,7 @@ description: - Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, - the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` + the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. @@ -110,11 +110,11 @@ type: list autoCreateSubnetworks: description: - - When set to `true`, the network is created in "auto subnet mode" and it will - create a subnet for each region automatically across the `10.128.0.0/9` address + - When set to true, the network is created in "auto subnet mode" and it will + create a subnet for each region automatically across the 10.128.0.0/9 address range. - - When set to `false`, the network is created in "custom subnet mode" so the - user can explicitly connect subnetwork resources. + - When set to false, the network is created in "custom subnet mode" so the user + can explicitly connect subnetwork resources. returned: success type: bool creationTimestamp: @@ -131,9 +131,9 @@ contains: routingMode: description: - - The network-wide routing mode to use. If set to `REGIONAL`, this network's + - The network-wide routing mode to use. If set to REGIONAL, this network's cloud routers will only advertise routes with subnetworks of this network - in the same region as the router. If set to `GLOBAL`, this network's cloud + in the same region as the router. If set to GLOBAL, this network's cloud routers will advertise routes with all subnetworks of this network, across regions. returned: success diff --git a/lib/ansible/modules/cloud/google/gcp_compute_region_disk.py b/lib/ansible/modules/cloud/google/gcp_compute_region_disk.py index 43a804eb44681b..fc6e7ac925e515 100644 --- a/lib/ansible/modules/cloud/google/gcp_compute_region_disk.py +++ b/lib/ansible/modules/cloud/google/gcp_compute_region_disk.py @@ -74,7 +74,7 @@ description: - Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the - name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` + name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. @@ -217,7 +217,7 @@ description: - Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the - name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` + name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. @@ -235,8 +235,7 @@ type: int users: description: - - 'Links to the users of the disk (attached instances) in form: project/zones/zone/instances/instance - .' + - 'Links to the users of the disk (attached instances) in form: project/zones/zone/instances/instance.' returned: success type: list physicalBlockSizeBytes: diff --git a/lib/ansible/modules/cloud/google/gcp_compute_region_disk_facts.py b/lib/ansible/modules/cloud/google/gcp_compute_region_disk_facts.py index 600904dacf04ec..3de0caf56d2675 100644 --- a/lib/ansible/modules/cloud/google/gcp_compute_region_disk_facts.py +++ b/lib/ansible/modules/cloud/google/gcp_compute_region_disk_facts.py @@ -44,7 +44,7 @@ description: - A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters). - Each additional filter in the list will act be added as an AND condition (filter1 - and filter2) . + and filter2). region: description: - A reference to the region where the disk resides. @@ -116,7 +116,7 @@ description: - Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, - the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` + the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. @@ -134,8 +134,7 @@ type: int users: description: - - 'Links to the users of the disk (attached instances) in form: project/zones/zone/instances/instance - .' + - 'Links to the users of the disk (attached instances) in form: project/zones/zone/instances/instance.' returned: success type: list physicalBlockSizeBytes: diff --git a/lib/ansible/modules/cloud/google/gcp_compute_route.py b/lib/ansible/modules/cloud/google/gcp_compute_route.py index cd80b35335d67c..48d92b97bd836b 100644 --- a/lib/ansible/modules/cloud/google/gcp_compute_route.py +++ b/lib/ansible/modules/cloud/google/gcp_compute_route.py @@ -77,7 +77,7 @@ description: - Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the - name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` + name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. @@ -108,15 +108,13 @@ - URL to a gateway that should handle matching packets. - 'Currently, you can only specify the internet gateway, using a full or partial valid URL: * U(https://www.googleapis.com/compute/v1/projects/project/global/gateways/default-internet-gateway) - * projects/project/global/gateways/default-internet-gateway * global/gateways/default-internet-gateway - .' + * projects/project/global/gateways/default-internet-gateway * global/gateways/default-internet-gateway.' required: false next_hop_instance: description: - URL to an instance that should handle matching packets. - 'You can specify this as a full or partial URL. For example: * U(https://www.googleapis.com/compute/v1/projects/project/zones/zone/) - instances/instance * projects/project/zones/zone/instances/instance * zones/zone/instances/instance - .' + instances/instance * projects/project/zones/zone/instances/instance * zones/zone/instances/instance.' - 'This field represents a link to a Instance resource in GCP. It can be specified in two ways. First, you can place a dictionary with key ''selfLink'' and value of your resource''s selfLink Alternatively, you can add `register: name-of-resource` @@ -184,7 +182,7 @@ description: - Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the - name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` + name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. @@ -214,16 +212,14 @@ - URL to a gateway that should handle matching packets. - 'Currently, you can only specify the internet gateway, using a full or partial valid URL: * U(https://www.googleapis.com/compute/v1/projects/project/global/gateways/default-internet-gateway) - * projects/project/global/gateways/default-internet-gateway * global/gateways/default-internet-gateway - .' + * projects/project/global/gateways/default-internet-gateway * global/gateways/default-internet-gateway.' returned: success type: str nextHopInstance: description: - URL to an instance that should handle matching packets. - 'You can specify this as a full or partial URL. For example: * U(https://www.googleapis.com/compute/v1/projects/project/zones/zone/) - instances/instance * projects/project/zones/zone/instances/instance * zones/zone/instances/instance - .' + instances/instance * projects/project/zones/zone/instances/instance * zones/zone/instances/instance.' returned: success type: dict nextHopIp: diff --git a/lib/ansible/modules/cloud/google/gcp_compute_route_facts.py b/lib/ansible/modules/cloud/google/gcp_compute_route_facts.py index 2816957d1f1503..431af787384f10 100644 --- a/lib/ansible/modules/cloud/google/gcp_compute_route_facts.py +++ b/lib/ansible/modules/cloud/google/gcp_compute_route_facts.py @@ -44,7 +44,7 @@ description: - A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters). - Each additional filter in the list will act be added as an AND condition (filter1 - and filter2) . + and filter2). extends_documentation_fragment: gcp ''' @@ -81,7 +81,7 @@ description: - Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, - the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` + the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. @@ -111,16 +111,14 @@ - URL to a gateway that should handle matching packets. - 'Currently, you can only specify the internet gateway, using a full or partial valid URL: * U(https://www.googleapis.com/compute/v1/projects/project/global/gateways/default-internet-gateway) - * projects/project/global/gateways/default-internet-gateway * global/gateways/default-internet-gateway - .' + * projects/project/global/gateways/default-internet-gateway * global/gateways/default-internet-gateway.' returned: success type: str nextHopInstance: description: - URL to an instance that should handle matching packets. - 'You can specify this as a full or partial URL. For example: * U(https://www.googleapis.com/compute/v1/projects/project/zones/zone/) - instances/instance * projects/project/zones/zone/instances/instance * zones/zone/instances/instance - .' + instances/instance * projects/project/zones/zone/instances/instance * zones/zone/instances/instance.' returned: success type: dict nextHopIp: diff --git a/lib/ansible/modules/cloud/google/gcp_compute_router.py b/lib/ansible/modules/cloud/google/gcp_compute_router.py index 2c5315f4cc9d52..4c86b8c544dc2c 100644 --- a/lib/ansible/modules/cloud/google/gcp_compute_router.py +++ b/lib/ansible/modules/cloud/google/gcp_compute_router.py @@ -51,9 +51,9 @@ description: - Name of the resource. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular - expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must - be a lowercase letter, and all following characters must be a dash, lowercase - letter, or digit, except the last character, which cannot be a dash. + expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be + a lowercase letter, and all following characters must be a dash, lowercase letter, + or digit, except the last character, which cannot be a dash. required: true description: description: @@ -82,7 +82,7 @@ advertise_mode: description: - User-specified flag to indicate which mode to use for advertisement. - - 'Valid values of this enum field are: DEFAULT, CUSTOM .' + - 'Valid values of this enum field are: DEFAULT, CUSTOM.' - 'Some valid choices include: "DEFAULT", "CUSTOM"' required: false default: DEFAULT @@ -93,7 +93,7 @@ to all peers of the router. These groups will be advertised in addition to any specified prefixes. Leave this field blank to advertise no custom groups. - - 'This enum field has the one valid value: ALL_SUBNETS .' + - 'This enum field has the one valid value: ALL_SUBNETS.' required: false advertised_ip_ranges: description: @@ -166,7 +166,7 @@ description: - Name of the resource. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression - `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase + [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. returned: success @@ -197,7 +197,7 @@ advertiseMode: description: - User-specified flag to indicate which mode to use for advertisement. - - 'Valid values of this enum field are: DEFAULT, CUSTOM .' + - 'Valid values of this enum field are: DEFAULT, CUSTOM.' returned: success type: str advertisedGroups: @@ -206,7 +206,7 @@ - This field can only be populated if advertiseMode is CUSTOM and is advertised to all peers of the router. These groups will be advertised in addition to any specified prefixes. Leave this field blank to advertise no custom groups. - - 'This enum field has the one valid value: ALL_SUBNETS .' + - 'This enum field has the one valid value: ALL_SUBNETS.' returned: success type: list advertisedIpRanges: diff --git a/lib/ansible/modules/cloud/google/gcp_compute_router_facts.py b/lib/ansible/modules/cloud/google/gcp_compute_router_facts.py index 581ba1946f61af..07ba7a8d68459f 100644 --- a/lib/ansible/modules/cloud/google/gcp_compute_router_facts.py +++ b/lib/ansible/modules/cloud/google/gcp_compute_router_facts.py @@ -44,7 +44,7 @@ description: - A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters). - Each additional filter in the list will act be added as an AND condition (filter1 - and filter2) . + and filter2). region: description: - Region where the router resides. @@ -84,7 +84,7 @@ description: - Name of the resource. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the - regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character + regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. returned: success @@ -115,7 +115,7 @@ advertiseMode: description: - User-specified flag to indicate which mode to use for advertisement. - - 'Valid values of this enum field are: DEFAULT, CUSTOM .' + - 'Valid values of this enum field are: DEFAULT, CUSTOM.' returned: success type: str advertisedGroups: @@ -125,7 +125,7 @@ to all peers of the router. These groups will be advertised in addition to any specified prefixes. Leave this field blank to advertise no custom groups. - - 'This enum field has the one valid value: ALL_SUBNETS .' + - 'This enum field has the one valid value: ALL_SUBNETS.' returned: success type: list advertisedIpRanges: diff --git a/lib/ansible/modules/cloud/google/gcp_compute_ssl_certificate.py b/lib/ansible/modules/cloud/google/gcp_compute_ssl_certificate.py index 3bb5f0abeb6787..9431844611128f 100644 --- a/lib/ansible/modules/cloud/google/gcp_compute_ssl_certificate.py +++ b/lib/ansible/modules/cloud/google/gcp_compute_ssl_certificate.py @@ -63,7 +63,7 @@ description: - Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the - name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` + name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. @@ -128,7 +128,7 @@ description: - Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the - name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` + name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. diff --git a/lib/ansible/modules/cloud/google/gcp_compute_ssl_certificate_facts.py b/lib/ansible/modules/cloud/google/gcp_compute_ssl_certificate_facts.py index 840d266629a858..95e8e1ef01692f 100644 --- a/lib/ansible/modules/cloud/google/gcp_compute_ssl_certificate_facts.py +++ b/lib/ansible/modules/cloud/google/gcp_compute_ssl_certificate_facts.py @@ -44,7 +44,7 @@ description: - A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters). - Each additional filter in the list will act be added as an AND condition (filter1 - and filter2) . + and filter2). extends_documentation_fragment: gcp ''' @@ -91,7 +91,7 @@ description: - Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, - the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` + the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. diff --git a/lib/ansible/modules/cloud/google/gcp_compute_ssl_policy.py b/lib/ansible/modules/cloud/google/gcp_compute_ssl_policy.py index 0a4573a0f9e902..46ca022efb3a22 100644 --- a/lib/ansible/modules/cloud/google/gcp_compute_ssl_policy.py +++ b/lib/ansible/modules/cloud/google/gcp_compute_ssl_policy.py @@ -56,7 +56,7 @@ description: - Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the - name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` + name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. @@ -64,16 +64,15 @@ profile: description: - Profile specifies the set of SSL features that can be used by the load balancer - when negotiating SSL with clients. This can be one of `COMPATIBLE`, `MODERN`, - `RESTRICTED`, or `CUSTOM`. If using `CUSTOM`, the set of SSL features to enable - must be specified in the `customFeatures` field. + when negotiating SSL with clients. This can be one of COMPATIBLE, MODERN, RESTRICTED, + or CUSTOM. If using CUSTOM, the set of SSL features to enable must be specified + in the customFeatures field. - 'Some valid choices include: "COMPATIBLE", "MODERN", "RESTRICTED", "CUSTOM"' required: false min_tls_version: description: - The minimum version of SSL protocol that can be used by the clients to establish - a connection with the load balancer. This can be one of `TLS_1_0`, `TLS_1_1`, - `TLS_1_2`. + a connection with the load balancer. This can be one of TLS_1_0, TLS_1_1, TLS_1_2. - 'Some valid choices include: "TLS_1_0", "TLS_1_1", "TLS_1_2"' required: false custom_features: @@ -123,7 +122,7 @@ description: - Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the - name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` + name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. @@ -132,16 +131,15 @@ profile: description: - Profile specifies the set of SSL features that can be used by the load balancer - when negotiating SSL with clients. This can be one of `COMPATIBLE`, `MODERN`, - `RESTRICTED`, or `CUSTOM`. If using `CUSTOM`, the set of SSL features to enable - must be specified in the `customFeatures` field. + when negotiating SSL with clients. This can be one of COMPATIBLE, MODERN, RESTRICTED, + or CUSTOM. If using CUSTOM, the set of SSL features to enable must be specified + in the customFeatures field. returned: success type: str minTlsVersion: description: - The minimum version of SSL protocol that can be used by the clients to establish - a connection with the load balancer. This can be one of `TLS_1_0`, `TLS_1_1`, - `TLS_1_2`. + a connection with the load balancer. This can be one of TLS_1_0, TLS_1_1, TLS_1_2. returned: success type: str enabledFeatures: diff --git a/lib/ansible/modules/cloud/google/gcp_compute_ssl_policy_facts.py b/lib/ansible/modules/cloud/google/gcp_compute_ssl_policy_facts.py index 8ebbd8e1366356..8cfc5ba0860b4d 100644 --- a/lib/ansible/modules/cloud/google/gcp_compute_ssl_policy_facts.py +++ b/lib/ansible/modules/cloud/google/gcp_compute_ssl_policy_facts.py @@ -44,7 +44,7 @@ description: - A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters). - Each additional filter in the list will act be added as an AND condition (filter1 - and filter2) . + and filter2). extends_documentation_fragment: gcp ''' @@ -84,7 +84,7 @@ description: - Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, - the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` + the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. @@ -93,16 +93,16 @@ profile: description: - Profile specifies the set of SSL features that can be used by the load balancer - when negotiating SSL with clients. This can be one of `COMPATIBLE`, `MODERN`, - `RESTRICTED`, or `CUSTOM`. If using `CUSTOM`, the set of SSL features to enable - must be specified in the `customFeatures` field. + when negotiating SSL with clients. This can be one of COMPATIBLE, MODERN, + RESTRICTED, or CUSTOM. If using CUSTOM, the set of SSL features to enable + must be specified in the customFeatures field. returned: success type: str minTlsVersion: description: - The minimum version of SSL protocol that can be used by the clients to establish - a connection with the load balancer. This can be one of `TLS_1_0`, `TLS_1_1`, - `TLS_1_2`. + a connection with the load balancer. This can be one of TLS_1_0, TLS_1_1, + TLS_1_2. returned: success type: str enabledFeatures: diff --git a/lib/ansible/modules/cloud/google/gcp_compute_subnetwork.py b/lib/ansible/modules/cloud/google/gcp_compute_subnetwork.py index 22a045b4cf809c..358624209bf69d 100644 --- a/lib/ansible/modules/cloud/google/gcp_compute_subnetwork.py +++ b/lib/ansible/modules/cloud/google/gcp_compute_subnetwork.py @@ -79,7 +79,7 @@ description: - The name of the resource, provided by the client when initially creating the resource. The name must be 1-63 characters long, and comply with RFC1035. Specifically, - the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` + the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. @@ -196,7 +196,7 @@ description: - The name of the resource, provided by the client when initially creating the resource. The name must be 1-63 characters long, and comply with RFC1035. Specifically, - the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` + the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. diff --git a/lib/ansible/modules/cloud/google/gcp_compute_subnetwork_facts.py b/lib/ansible/modules/cloud/google/gcp_compute_subnetwork_facts.py index c977ac6be25fa2..a1ae22e9b7e72a 100644 --- a/lib/ansible/modules/cloud/google/gcp_compute_subnetwork_facts.py +++ b/lib/ansible/modules/cloud/google/gcp_compute_subnetwork_facts.py @@ -44,7 +44,7 @@ description: - A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters). - Each additional filter in the list will act be added as an AND condition (filter1 - and filter2) . + and filter2). region: description: - URL of the GCP region for this subnetwork. @@ -105,7 +105,7 @@ - The name of the resource, provided by the client when initially creating the resource. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular - expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must + expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. returned: success diff --git a/lib/ansible/modules/cloud/google/gcp_compute_target_http_proxy.py b/lib/ansible/modules/cloud/google/gcp_compute_target_http_proxy.py index 77ac93c525d872..3e7b9f4f3b2c27 100644 --- a/lib/ansible/modules/cloud/google/gcp_compute_target_http_proxy.py +++ b/lib/ansible/modules/cloud/google/gcp_compute_target_http_proxy.py @@ -56,7 +56,7 @@ description: - Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the - name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` + name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. @@ -155,7 +155,7 @@ description: - Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the - name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` + name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. diff --git a/lib/ansible/modules/cloud/google/gcp_compute_target_http_proxy_facts.py b/lib/ansible/modules/cloud/google/gcp_compute_target_http_proxy_facts.py index 810d8290e73b9b..9a63aae6b72ac2 100644 --- a/lib/ansible/modules/cloud/google/gcp_compute_target_http_proxy_facts.py +++ b/lib/ansible/modules/cloud/google/gcp_compute_target_http_proxy_facts.py @@ -44,7 +44,7 @@ description: - A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters). - Each additional filter in the list will act be added as an AND condition (filter1 - and filter2) . + and filter2). extends_documentation_fragment: gcp ''' @@ -84,7 +84,7 @@ description: - Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, - the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` + the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. diff --git a/lib/ansible/modules/cloud/google/gcp_compute_target_https_proxy.py b/lib/ansible/modules/cloud/google/gcp_compute_target_https_proxy.py index ea6088f6cd9c50..92a0756a7a9ccf 100644 --- a/lib/ansible/modules/cloud/google/gcp_compute_target_https_proxy.py +++ b/lib/ansible/modules/cloud/google/gcp_compute_target_https_proxy.py @@ -56,7 +56,7 @@ description: - Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the - name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` + name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. @@ -207,7 +207,7 @@ description: - Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the - name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` + name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. diff --git a/lib/ansible/modules/cloud/google/gcp_compute_target_https_proxy_facts.py b/lib/ansible/modules/cloud/google/gcp_compute_target_https_proxy_facts.py index e409708e8eadc4..62b383934af1a5 100644 --- a/lib/ansible/modules/cloud/google/gcp_compute_target_https_proxy_facts.py +++ b/lib/ansible/modules/cloud/google/gcp_compute_target_https_proxy_facts.py @@ -44,7 +44,7 @@ description: - A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters). - Each additional filter in the list will act be added as an AND condition (filter1 - and filter2) . + and filter2). extends_documentation_fragment: gcp ''' @@ -84,7 +84,7 @@ description: - Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, - the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` + the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. diff --git a/lib/ansible/modules/cloud/google/gcp_compute_target_pool.py b/lib/ansible/modules/cloud/google/gcp_compute_target_pool.py index 32a77c9534ce79..aa70d37d41f282 100644 --- a/lib/ansible/modules/cloud/google/gcp_compute_target_pool.py +++ b/lib/ansible/modules/cloud/google/gcp_compute_target_pool.py @@ -105,7 +105,7 @@ description: - Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the - name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` + name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. @@ -205,7 +205,7 @@ description: - Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the - name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` + name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. diff --git a/lib/ansible/modules/cloud/google/gcp_compute_target_pool_facts.py b/lib/ansible/modules/cloud/google/gcp_compute_target_pool_facts.py index d03166108b02c0..e5148246ef072f 100644 --- a/lib/ansible/modules/cloud/google/gcp_compute_target_pool_facts.py +++ b/lib/ansible/modules/cloud/google/gcp_compute_target_pool_facts.py @@ -44,7 +44,7 @@ description: - A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters). - Each additional filter in the list will act be added as an AND condition (filter1 - and filter2) . + and filter2). region: description: - The region where the target pool resides. @@ -133,7 +133,7 @@ description: - Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, - the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` + the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. diff --git a/lib/ansible/modules/cloud/google/gcp_compute_target_ssl_proxy.py b/lib/ansible/modules/cloud/google/gcp_compute_target_ssl_proxy.py index 342caa82e3bbfd..b20b3e57db16cf 100644 --- a/lib/ansible/modules/cloud/google/gcp_compute_target_ssl_proxy.py +++ b/lib/ansible/modules/cloud/google/gcp_compute_target_ssl_proxy.py @@ -56,7 +56,7 @@ description: - Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the - name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` + name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. @@ -196,7 +196,7 @@ description: - Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the - name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` + name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. diff --git a/lib/ansible/modules/cloud/google/gcp_compute_target_ssl_proxy_facts.py b/lib/ansible/modules/cloud/google/gcp_compute_target_ssl_proxy_facts.py index 202d763806a1cb..6a555d8866eebf 100644 --- a/lib/ansible/modules/cloud/google/gcp_compute_target_ssl_proxy_facts.py +++ b/lib/ansible/modules/cloud/google/gcp_compute_target_ssl_proxy_facts.py @@ -44,7 +44,7 @@ description: - A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters). - Each additional filter in the list will act be added as an AND condition (filter1 - and filter2) . + and filter2). extends_documentation_fragment: gcp ''' @@ -84,7 +84,7 @@ description: - Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, - the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` + the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. diff --git a/lib/ansible/modules/cloud/google/gcp_compute_target_tcp_proxy.py b/lib/ansible/modules/cloud/google/gcp_compute_target_tcp_proxy.py index b6fbd4af8624ef..787cbd1820cd7f 100644 --- a/lib/ansible/modules/cloud/google/gcp_compute_target_tcp_proxy.py +++ b/lib/ansible/modules/cloud/google/gcp_compute_target_tcp_proxy.py @@ -56,7 +56,7 @@ description: - Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the - name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` + name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. @@ -155,7 +155,7 @@ description: - Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the - name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` + name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. diff --git a/lib/ansible/modules/cloud/google/gcp_compute_target_tcp_proxy_facts.py b/lib/ansible/modules/cloud/google/gcp_compute_target_tcp_proxy_facts.py index a2f91c6bff233a..40d9db959ac47c 100644 --- a/lib/ansible/modules/cloud/google/gcp_compute_target_tcp_proxy_facts.py +++ b/lib/ansible/modules/cloud/google/gcp_compute_target_tcp_proxy_facts.py @@ -44,7 +44,7 @@ description: - A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters). - Each additional filter in the list will act be added as an AND condition (filter1 - and filter2) . + and filter2). extends_documentation_fragment: gcp ''' @@ -84,7 +84,7 @@ description: - Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, - the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` + the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. diff --git a/lib/ansible/modules/cloud/google/gcp_compute_target_vpn_gateway.py b/lib/ansible/modules/cloud/google/gcp_compute_target_vpn_gateway.py index 9b7a9805444ba0..35d126d399ad76 100644 --- a/lib/ansible/modules/cloud/google/gcp_compute_target_vpn_gateway.py +++ b/lib/ansible/modules/cloud/google/gcp_compute_target_vpn_gateway.py @@ -56,7 +56,7 @@ description: - Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the - name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` + name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. @@ -125,7 +125,7 @@ description: - Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the - name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` + name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. diff --git a/lib/ansible/modules/cloud/google/gcp_compute_target_vpn_gateway_facts.py b/lib/ansible/modules/cloud/google/gcp_compute_target_vpn_gateway_facts.py index f504147693da0c..b13910c8977df8 100644 --- a/lib/ansible/modules/cloud/google/gcp_compute_target_vpn_gateway_facts.py +++ b/lib/ansible/modules/cloud/google/gcp_compute_target_vpn_gateway_facts.py @@ -44,7 +44,7 @@ description: - A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters). - Each additional filter in the list will act be added as an AND condition (filter1 - and filter2) . + and filter2). region: description: - The region this gateway should sit in. @@ -84,7 +84,7 @@ description: - Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, - the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` + the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. diff --git a/lib/ansible/modules/cloud/google/gcp_compute_url_map.py b/lib/ansible/modules/cloud/google/gcp_compute_url_map.py index 74ed45aa0b0f4c..d5df7cd85e4afc 100644 --- a/lib/ansible/modules/cloud/google/gcp_compute_url_map.py +++ b/lib/ansible/modules/cloud/google/gcp_compute_url_map.py @@ -76,7 +76,7 @@ description: - The list of host patterns to match. They must be valid hostnames, except * will match any string of ([a-z0-9-.]*). In that case, * must be the first - character and must be followed in the pattern by either - or . + character and must be followed in the pattern by either - or .. required: true path_matcher: description: @@ -87,7 +87,7 @@ description: - Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the - name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` + name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. @@ -248,7 +248,7 @@ description: - The list of host patterns to match. They must be valid hostnames, except * will match any string of ([a-z0-9-.]*). In that case, * must be the first - character and must be followed in the pattern by either - or . + character and must be followed in the pattern by either - or .. returned: success type: list pathMatcher: @@ -272,7 +272,7 @@ description: - Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the - name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` + name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. diff --git a/lib/ansible/modules/cloud/google/gcp_compute_url_map_facts.py b/lib/ansible/modules/cloud/google/gcp_compute_url_map_facts.py index 435a5112543d2e..3fa9ae9adf06d5 100644 --- a/lib/ansible/modules/cloud/google/gcp_compute_url_map_facts.py +++ b/lib/ansible/modules/cloud/google/gcp_compute_url_map_facts.py @@ -44,7 +44,7 @@ description: - A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters). - Each additional filter in the list will act be added as an AND condition (filter1 - and filter2) . + and filter2). extends_documentation_fragment: gcp ''' @@ -97,7 +97,7 @@ description: - The list of host patterns to match. They must be valid hostnames, except * will match any string of ([a-z0-9-.]*). In that case, * must be the - first character and must be followed in the pattern by either - or . + first character and must be followed in the pattern by either - or .. returned: success type: list pathMatcher: @@ -121,7 +121,7 @@ description: - Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, - the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` + the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. diff --git a/lib/ansible/modules/cloud/google/gcp_compute_vpn_tunnel.py b/lib/ansible/modules/cloud/google/gcp_compute_vpn_tunnel.py index 0e5f74561c0e55..ddae5ca90385eb 100644 --- a/lib/ansible/modules/cloud/google/gcp_compute_vpn_tunnel.py +++ b/lib/ansible/modules/cloud/google/gcp_compute_vpn_tunnel.py @@ -51,9 +51,9 @@ description: - Name of the resource. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular - expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must - be a lowercase letter, and all following characters must be a dash, lowercase - letter, or digit, except the last character, which cannot be a dash. + expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be + a lowercase letter, and all following characters must be a dash, lowercase letter, + or digit, except the last character, which cannot be a dash. required: true description: description: @@ -95,14 +95,14 @@ local_traffic_selector: description: - Local traffic selector to use when establishing the VPN tunnel with peer VPN - gateway. The value should be a CIDR formatted string, for example `192.168.0.0/16`. + gateway. The value should be a CIDR formatted string, for example 192.168.0.0/16. The ranges should be disjoint. - Only IPv4 is supported. required: false remote_traffic_selector: description: - Remote traffic selector to use when establishing the VPN tunnel with peer VPN - gateway. The value should be a CIDR formatted string, for example `192.168.0.0/16`. + gateway. The value should be a CIDR formatted string, for example 192.168.0.0/16. The ranges should be disjoint. - Only IPv4 is supported. required: false @@ -180,7 +180,7 @@ description: - Name of the resource. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression - `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase + [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. returned: success @@ -225,15 +225,15 @@ localTrafficSelector: description: - Local traffic selector to use when establishing the VPN tunnel with peer VPN gateway. - The value should be a CIDR formatted string, for example `192.168.0.0/16`. The - ranges should be disjoint. + The value should be a CIDR formatted string, for example 192.168.0.0/16. The ranges + should be disjoint. - Only IPv4 is supported. returned: success type: list remoteTrafficSelector: description: - Remote traffic selector to use when establishing the VPN tunnel with peer VPN - gateway. The value should be a CIDR formatted string, for example `192.168.0.0/16`. + gateway. The value should be a CIDR formatted string, for example 192.168.0.0/16. The ranges should be disjoint. - Only IPv4 is supported. returned: success diff --git a/lib/ansible/modules/cloud/google/gcp_compute_vpn_tunnel_facts.py b/lib/ansible/modules/cloud/google/gcp_compute_vpn_tunnel_facts.py index 62cfe4a357f09d..0424e3f318e3ff 100644 --- a/lib/ansible/modules/cloud/google/gcp_compute_vpn_tunnel_facts.py +++ b/lib/ansible/modules/cloud/google/gcp_compute_vpn_tunnel_facts.py @@ -44,7 +44,7 @@ description: - A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters). - Each additional filter in the list will act be added as an AND condition (filter1 - and filter2) . + and filter2). region: description: - The region where the tunnel is located. @@ -79,7 +79,7 @@ description: - Name of the resource. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the - regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character + regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. returned: success @@ -125,7 +125,7 @@ localTrafficSelector: description: - Local traffic selector to use when establishing the VPN tunnel with peer VPN - gateway. The value should be a CIDR formatted string, for example `192.168.0.0/16`. + gateway. The value should be a CIDR formatted string, for example 192.168.0.0/16. The ranges should be disjoint. - Only IPv4 is supported. returned: success @@ -133,7 +133,7 @@ remoteTrafficSelector: description: - Remote traffic selector to use when establishing the VPN tunnel with peer - VPN gateway. The value should be a CIDR formatted string, for example `192.168.0.0/16`. + VPN gateway. The value should be a CIDR formatted string, for example 192.168.0.0/16. The ranges should be disjoint. - Only IPv4 is supported. returned: success diff --git a/lib/ansible/modules/cloud/google/gcp_container_cluster.py b/lib/ansible/modules/cloud/google/gcp_container_cluster.py index a8e34eef93fe2e..a4e31523cc318f 100644 --- a/lib/ansible/modules/cloud/google/gcp_container_cluster.py +++ b/lib/ansible/modules/cloud/google/gcp_container_cluster.py @@ -174,7 +174,7 @@ disk_type: description: - Type of the disk attached to each node (e.g. 'pd-standard' or 'pd-ssd') - If unspecified, the default disk type is 'pd-standard' . + If unspecified, the default disk type is 'pd-standard'. required: false version_added: 2.9 min_cpu_platform: @@ -186,8 +186,7 @@ taints: description: - List of kubernetes taints to be applied to each node. - - 'For more information, including usage and the valid values, see: U(https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/) - .' + - 'For more information, including usage and the valid values, see: U(https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/).' required: false version_added: 2.9 suboptions: @@ -572,7 +571,7 @@ diskType: description: - Type of the disk attached to each node (e.g. 'pd-standard' or 'pd-ssd') If - unspecified, the default disk type is 'pd-standard' . + unspecified, the default disk type is 'pd-standard'. returned: success type: str minCpuPlatform: @@ -584,8 +583,7 @@ taints: description: - List of kubernetes taints to be applied to each node. - - 'For more information, including usage and the valid values, see: U(https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/) - .' + - 'For more information, including usage and the valid values, see: U(https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/).' returned: success type: complex contains: diff --git a/lib/ansible/modules/cloud/google/gcp_container_cluster_facts.py b/lib/ansible/modules/cloud/google/gcp_container_cluster_facts.py index 4aeea01c7083a4..19c4e588c3b3c5 100644 --- a/lib/ansible/modules/cloud/google/gcp_container_cluster_facts.py +++ b/lib/ansible/modules/cloud/google/gcp_container_cluster_facts.py @@ -209,7 +209,7 @@ diskType: description: - Type of the disk attached to each node (e.g. 'pd-standard' or 'pd-ssd') - If unspecified, the default disk type is 'pd-standard' . + If unspecified, the default disk type is 'pd-standard'. returned: success type: str minCpuPlatform: @@ -221,8 +221,7 @@ taints: description: - List of kubernetes taints to be applied to each node. - - 'For more information, including usage and the valid values, see: U(https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/) - .' + - 'For more information, including usage and the valid values, see: U(https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/).' returned: success type: complex contains: diff --git a/lib/ansible/modules/cloud/google/gcp_container_node_pool.py b/lib/ansible/modules/cloud/google/gcp_container_node_pool.py index 4dee9654282229..fecdb882940e88 100644 --- a/lib/ansible/modules/cloud/google/gcp_container_node_pool.py +++ b/lib/ansible/modules/cloud/google/gcp_container_node_pool.py @@ -155,13 +155,13 @@ disk_type: description: - Type of the disk attached to each node (e.g. 'pd-standard' or 'pd-ssd') - If unspecified, the default disk type is 'pd-standard' . + If unspecified, the default disk type is 'pd-standard'. required: false version_added: 2.9 min_cpu_platform: description: - Minimum CPU platform to be used by this instance. The instance may be scheduled - on the specified or newer CPU platform . + on the specified or newer CPU platform. required: false version_added: 2.9 taints: @@ -423,13 +423,13 @@ diskType: description: - Type of the disk attached to each node (e.g. 'pd-standard' or 'pd-ssd') If - unspecified, the default disk type is 'pd-standard' . + unspecified, the default disk type is 'pd-standard'. returned: success type: str minCpuPlatform: description: - Minimum CPU platform to be used by this instance. The instance may be scheduled - on the specified or newer CPU platform . + on the specified or newer CPU platform. returned: success type: str taints: diff --git a/lib/ansible/modules/cloud/google/gcp_container_node_pool_facts.py b/lib/ansible/modules/cloud/google/gcp_container_node_pool_facts.py index c04aa3fd575c19..7d8ae264e7f4c8 100644 --- a/lib/ansible/modules/cloud/google/gcp_container_node_pool_facts.py +++ b/lib/ansible/modules/cloud/google/gcp_container_node_pool_facts.py @@ -194,13 +194,13 @@ diskType: description: - Type of the disk attached to each node (e.g. 'pd-standard' or 'pd-ssd') - If unspecified, the default disk type is 'pd-standard' . + If unspecified, the default disk type is 'pd-standard'. returned: success type: str minCpuPlatform: description: - Minimum CPU platform to be used by this instance. The instance may be - scheduled on the specified or newer CPU platform . + scheduled on the specified or newer CPU platform. returned: success type: str taints: diff --git a/lib/ansible/modules/cloud/google/gcp_dns_managed_zone.py b/lib/ansible/modules/cloud/google/gcp_dns_managed_zone.py index 91b0d15544c37b..1cfe0694c2a472 100644 --- a/lib/ansible/modules/cloud/google/gcp_dns_managed_zone.py +++ b/lib/ansible/modules/cloud/google/gcp_dns_managed_zone.py @@ -102,7 +102,7 @@ key (ZSK). Key signing keys have the Secure Entry Point flag set and, when active, will only be used to sign resource record sets of type DNSKEY. Zone signing keys do not have the Secure Entry Point flag set - and will be used to sign all other types of resource record sets. . + and will be used to sign all other types of resource record sets. - 'Some valid choices include: "keySigning", "zoneSigning"' required: false kind: @@ -130,7 +130,7 @@ description: - 'The zone''s visibility: public zones are exposed to the Internet, while private zones are visible only to Virtual Private Cloud resources.' - - 'Must be one of: `public`, `private`.' + - 'Must be one of: public, private.' - 'Some valid choices include: "private", "public"' required: false default: public @@ -150,8 +150,7 @@ network_url: description: - The fully qualified URL of the VPC network to bind to. - - This should be formatted like `U(https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}`) - . + - This should be formatted like U(https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}). required: false extends_documentation_fragment: gcp notes: @@ -229,7 +228,7 @@ (ZSK). Key signing keys have the Secure Entry Point flag set and, when active, will only be used to sign resource record sets of type DNSKEY. Zone signing keys do not have the Secure Entry Point flag set and will - be used to sign all other types of resource record sets. . + be used to sign all other types of resource record sets. returned: success type: str kind: @@ -250,8 +249,7 @@ type: str nameServers: description: - - Delegate your managed_zone to these virtual name servers; defined by the server - . + - Delegate your managed_zone to these virtual name servers; defined by the server. returned: success type: list nameServerSet: @@ -276,7 +274,7 @@ description: - 'The zone''s visibility: public zones are exposed to the Internet, while private zones are visible only to Virtual Private Cloud resources.' - - 'Must be one of: `public`, `private`.' + - 'Must be one of: public, private.' returned: success type: str privateVisibilityConfig: @@ -295,8 +293,7 @@ networkUrl: description: - The fully qualified URL of the VPC network to bind to. - - This should be formatted like `U(https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}`) - . + - This should be formatted like U(https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}). returned: success type: str ''' diff --git a/lib/ansible/modules/cloud/google/gcp_dns_managed_zone_facts.py b/lib/ansible/modules/cloud/google/gcp_dns_managed_zone_facts.py index 7d78a4e7d562ef..535cefe46da1da 100644 --- a/lib/ansible/modules/cloud/google/gcp_dns_managed_zone_facts.py +++ b/lib/ansible/modules/cloud/google/gcp_dns_managed_zone_facts.py @@ -120,7 +120,6 @@ when active, will only be used to sign resource record sets of type DNSKEY. Zone signing keys do not have the Secure Entry Point flag set and will be used to sign all other types of resource record sets. - . returned: success type: str kind: @@ -141,8 +140,7 @@ type: str nameServers: description: - - Delegate your managed_zone to these virtual name servers; defined by the server - . + - Delegate your managed_zone to these virtual name servers; defined by the server. returned: success type: list nameServerSet: @@ -167,7 +165,7 @@ description: - 'The zone''s visibility: public zones are exposed to the Internet, while private zones are visible only to Virtual Private Cloud resources.' - - 'Must be one of: `public`, `private`.' + - 'Must be one of: public, private.' returned: success type: str privateVisibilityConfig: @@ -186,8 +184,7 @@ networkUrl: description: - The fully qualified URL of the VPC network to bind to. - - This should be formatted like `U(https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}`) - . + - This should be formatted like U(https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}). returned: success type: str ''' diff --git a/lib/ansible/modules/cloud/google/gcp_dns_resource_record_set.py b/lib/ansible/modules/cloud/google/gcp_dns_resource_record_set.py index e23f4273ed1bc8..83b64b0238edc6 100644 --- a/lib/ansible/modules/cloud/google/gcp_dns_resource_record_set.py +++ b/lib/ansible/modules/cloud/google/gcp_dns_resource_record_set.py @@ -35,7 +35,7 @@ - This record defines the information about the domain and where the domain / subdomains direct to. - The record will include the domain/subdomain name, a type (i.e. A, AAA, CAA, MX, - CNAME, NS, etc) . + CNAME, NS, etc). short_description: Creates a GCP ResourceRecordSet version_added: 2.6 author: Google Inc. (@googlecloudplatform) @@ -67,7 +67,7 @@ required: false target: description: - - As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) . + - As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1). required: false managed_zone: description: @@ -126,7 +126,7 @@ type: int target: description: - - As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) . + - As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1). returned: success type: list managed_zone: diff --git a/lib/ansible/modules/cloud/google/gcp_dns_resource_record_set_facts.py b/lib/ansible/modules/cloud/google/gcp_dns_resource_record_set_facts.py index 9c9ccb31febed8..5605b6e1fb7f9f 100644 --- a/lib/ansible/modules/cloud/google/gcp_dns_resource_record_set_facts.py +++ b/lib/ansible/modules/cloud/google/gcp_dns_resource_record_set_facts.py @@ -85,7 +85,7 @@ type: int target: description: - - As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) . + - As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1). returned: success type: list managed_zone: diff --git a/lib/ansible/modules/cloud/google/gcp_iam_role.py b/lib/ansible/modules/cloud/google/gcp_iam_role.py index 6a039654f7cb40..d0a684c18a8bdf 100644 --- a/lib/ansible/modules/cloud/google/gcp_iam_role.py +++ b/lib/ansible/modules/cloud/google/gcp_iam_role.py @@ -31,7 +31,7 @@ --- module: gcp_iam_role description: -- A role in the Identity and Access Management API . +- A role in the Identity and Access Management API. short_description: Creates a GCP Role version_added: 2.8 author: Google Inc. (@googlecloudplatform) diff --git a/lib/ansible/modules/cloud/google/gcp_pubsub_subscription.py b/lib/ansible/modules/cloud/google/gcp_pubsub_subscription.py index 392ee15a790149..00781a5f49a9e4 100644 --- a/lib/ansible/modules/cloud/google/gcp_pubsub_subscription.py +++ b/lib/ansible/modules/cloud/google/gcp_pubsub_subscription.py @@ -120,16 +120,16 @@ the moment a message is published. If retainAckedMessages is true, then this also configures the retention of acknowledged messages, and thus configures how far back in time a subscriptions.seek can be done. Defaults to 7 days. Cannot - be more than 7 days (`"604800s"`) or less than 10 minutes (`"600s"`). + be more than 7 days ("604800s") or less than 10 minutes ("600s"). - 'A duration in seconds with up to nine fractional digits, terminated by ''s''. - Example: `"600.5s"`.' + Example: "600.5s".' required: false default: 604800s version_added: 2.8 retain_acked_messages: description: - - Indicates whether to retain acknowledged messages. If `true`, then messages - are not expunged from the subscription's backlog, even if they are acknowledged, + - Indicates whether to retain acknowledged messages. If true, then messages are + not expunged from the subscription's backlog, even if they are acknowledged, until they fall out of the messageRetentionDuration window. required: false type: bool @@ -254,14 +254,14 @@ the moment a message is published. If retainAckedMessages is true, then this also configures the retention of acknowledged messages, and thus configures how far back in time a subscriptions.seek can be done. Defaults to 7 days. Cannot be more - than 7 days (`"604800s"`) or less than 10 minutes (`"600s"`). + than 7 days ("604800s") or less than 10 minutes ("600s"). - 'A duration in seconds with up to nine fractional digits, terminated by ''s''. - Example: `"600.5s"`.' + Example: "600.5s".' returned: success type: str retainAckedMessages: description: - - Indicates whether to retain acknowledged messages. If `true`, then messages are + - Indicates whether to retain acknowledged messages. If true, then messages are not expunged from the subscription's backlog, even if they are acknowledged, until they fall out of the messageRetentionDuration window. returned: success diff --git a/lib/ansible/modules/cloud/google/gcp_pubsub_subscription_facts.py b/lib/ansible/modules/cloud/google/gcp_pubsub_subscription_facts.py index 062a91e9cc549d..1fbbeff5ed0ee3 100644 --- a/lib/ansible/modules/cloud/google/gcp_pubsub_subscription_facts.py +++ b/lib/ansible/modules/cloud/google/gcp_pubsub_subscription_facts.py @@ -132,14 +132,14 @@ from the moment a message is published. If retainAckedMessages is true, then this also configures the retention of acknowledged messages, and thus configures how far back in time a subscriptions.seek can be done. Defaults to 7 days. - Cannot be more than 7 days (`"604800s"`) or less than 10 minutes (`"600s"`). + Cannot be more than 7 days ("604800s") or less than 10 minutes ("600s"). - 'A duration in seconds with up to nine fractional digits, terminated by ''s''. - Example: `"600.5s"`.' + Example: "600.5s".' returned: success type: str retainAckedMessages: description: - - Indicates whether to retain acknowledged messages. If `true`, then messages + - Indicates whether to retain acknowledged messages. If true, then messages are not expunged from the subscription's backlog, even if they are acknowledged, until they fall out of the messageRetentionDuration window. returned: success diff --git a/lib/ansible/modules/cloud/google/gcp_redis_instance.py b/lib/ansible/modules/cloud/google/gcp_redis_instance.py index 7fa5e41ea82432..154acea67ad125 100644 --- a/lib/ansible/modules/cloud/google/gcp_redis_instance.py +++ b/lib/ansible/modules/cloud/google/gcp_redis_instance.py @@ -70,8 +70,7 @@ description: - Redis configuration parameters, according to U(http://redis.io/topics/config). - 'Please check Memorystore documentation for the list of supported parameters: - U(https://cloud.google.com/memorystore/docs/redis/reference/rest/v1/projects.locations.instances#Instance.FIELDS.redis_configs) - .' + U(https://cloud.google.com/memorystore/docs/redis/reference/rest/v1/projects.locations.instances#Instance.FIELDS.redis_configs).' required: false location_id: description: @@ -82,7 +81,7 @@ required: false name: description: - - The ID of the instance or a fully qualified identifier for the instance. . + - The ID of the instance or a fully qualified identifier for the instance. required: true memory_size_gb: description: @@ -104,7 +103,7 @@ tier: description: - 'The service tier of the instance. Must be one of these values: - BASIC: standalone - instance - STANDARD_HA: highly available primary/replica instances .' + instance - STANDARD_HA: highly available primary/replica instances.' - 'Some valid choices include: "BASIC", "STANDARD_HA"' required: false default: BASIC @@ -194,8 +193,7 @@ description: - Redis configuration parameters, according to U(http://redis.io/topics/config). - 'Please check Memorystore documentation for the list of supported parameters: - U(https://cloud.google.com/memorystore/docs/redis/reference/rest/v1/projects.locations.instances#Instance.FIELDS.redis_configs) - .' + U(https://cloud.google.com/memorystore/docs/redis/reference/rest/v1/projects.locations.instances#Instance.FIELDS.redis_configs).' returned: success type: dict locationId: @@ -208,7 +206,7 @@ type: str name: description: - - The ID of the instance or a fully qualified identifier for the instance. . + - The ID of the instance or a fully qualified identifier for the instance. returned: success type: str memorySizeGb: @@ -239,7 +237,7 @@ tier: description: - 'The service tier of the instance. Must be one of these values: - BASIC: standalone - instance - STANDARD_HA: highly available primary/replica instances .' + instance - STANDARD_HA: highly available primary/replica instances.' returned: success type: str region: diff --git a/lib/ansible/modules/cloud/google/gcp_redis_instance_facts.py b/lib/ansible/modules/cloud/google/gcp_redis_instance_facts.py index 5d430423a39f81..ab2b37dd1cab8a 100644 --- a/lib/ansible/modules/cloud/google/gcp_redis_instance_facts.py +++ b/lib/ansible/modules/cloud/google/gcp_redis_instance_facts.py @@ -111,8 +111,7 @@ description: - Redis configuration parameters, according to U(http://redis.io/topics/config). - 'Please check Memorystore documentation for the list of supported parameters: - U(https://cloud.google.com/memorystore/docs/redis/reference/rest/v1/projects.locations.instances#Instance.FIELDS.redis_configs) - .' + U(https://cloud.google.com/memorystore/docs/redis/reference/rest/v1/projects.locations.instances#Instance.FIELDS.redis_configs).' returned: success type: dict locationId: @@ -125,7 +124,7 @@ type: str name: description: - - The ID of the instance or a fully qualified identifier for the instance. . + - The ID of the instance or a fully qualified identifier for the instance. returned: success type: str memorySizeGb: @@ -156,7 +155,7 @@ tier: description: - 'The service tier of the instance. Must be one of these values: - BASIC: standalone - instance - STANDARD_HA: highly available primary/replica instances .' + instance - STANDARD_HA: highly available primary/replica instances.' returned: success type: str region: diff --git a/lib/ansible/modules/cloud/google/gcp_resourcemanager_project.py b/lib/ansible/modules/cloud/google/gcp_resourcemanager_project.py index 5418514d314fc7..b384030f317ef5 100644 --- a/lib/ansible/modules/cloud/google/gcp_resourcemanager_project.py +++ b/lib/ansible/modules/cloud/google/gcp_resourcemanager_project.py @@ -58,12 +58,12 @@ description: - The labels associated with this Project. - 'Label keys must be between 1 and 63 characters long and must conform to the - following regular expression: `[a-z]([-a-z0-9]*[a-z0-9])?`.' + following regular expression: [a-z]([-a-z0-9]*[a-z0-9])?.' - Label values must be between 0 and 63 characters long and must conform to the - regular expression `([a-z]([-a-z0-9]*[a-z0-9])?)?`. + regular expression ([a-z]([-a-z0-9]*[a-z0-9])?)?. - No more than 256 labels can be associated with a given resource. - Clients should store labels in a representation such as JSON that does not depend - on specific characters being disallowed . + on specific characters being disallowed. required: false parent: description: @@ -127,12 +127,12 @@ description: - The labels associated with this Project. - 'Label keys must be between 1 and 63 characters long and must conform to the following - regular expression: `[a-z]([-a-z0-9]*[a-z0-9])?`.' + regular expression: [a-z]([-a-z0-9]*[a-z0-9])?.' - Label values must be between 0 and 63 characters long and must conform to the - regular expression `([a-z]([-a-z0-9]*[a-z0-9])?)?`. + regular expression ([a-z]([-a-z0-9]*[a-z0-9])?)?. - No more than 256 labels can be associated with a given resource. - Clients should store labels in a representation such as JSON that does not depend - on specific characters being disallowed . + on specific characters being disallowed. returned: success type: dict parent: diff --git a/lib/ansible/modules/cloud/google/gcp_resourcemanager_project_facts.py b/lib/ansible/modules/cloud/google/gcp_resourcemanager_project_facts.py index 512ccbf3e44771..0ee7eca8648ba8 100644 --- a/lib/ansible/modules/cloud/google/gcp_resourcemanager_project_facts.py +++ b/lib/ansible/modules/cloud/google/gcp_resourcemanager_project_facts.py @@ -84,12 +84,12 @@ description: - The labels associated with this Project. - 'Label keys must be between 1 and 63 characters long and must conform to the - following regular expression: `[a-z]([-a-z0-9]*[a-z0-9])?`.' + following regular expression: [a-z]([-a-z0-9]*[a-z0-9])?.' - Label values must be between 0 and 63 characters long and must conform to - the regular expression `([a-z]([-a-z0-9]*[a-z0-9])?)?`. + the regular expression ([a-z]([-a-z0-9]*[a-z0-9])?)?. - No more than 256 labels can be associated with a given resource. - Clients should store labels in a representation such as JSON that does not - depend on specific characters being disallowed . + depend on specific characters being disallowed. returned: success type: dict parent: diff --git a/lib/ansible/modules/cloud/google/gcp_sourcerepo_repository.py b/lib/ansible/modules/cloud/google/gcp_sourcerepo_repository.py index 4bcee8b3d50d92..5b7a74d91cec46 100644 --- a/lib/ansible/modules/cloud/google/gcp_sourcerepo_repository.py +++ b/lib/ansible/modules/cloud/google/gcp_sourcerepo_repository.py @@ -50,8 +50,7 @@ name: description: - Resource name of the repository, of the form projects/{{project}}/repos/{{repo}}. - - The repo name may contain slashes. eg, projects/myproject/repos/name/with/slash - . + - The repo name may contain slashes. eg, projects/myproject/repos/name/with/slash. required: true extends_documentation_fragment: gcp notes: @@ -73,8 +72,7 @@ name: description: - Resource name of the repository, of the form projects/{{project}}/repos/{{repo}}. - - The repo name may contain slashes. eg, projects/myproject/repos/name/with/slash - . + - The repo name may contain slashes. eg, projects/myproject/repos/name/with/slash. returned: success type: str url: diff --git a/lib/ansible/modules/cloud/google/gcp_sourcerepo_repository_facts.py b/lib/ansible/modules/cloud/google/gcp_sourcerepo_repository_facts.py index 1104fc9dbd9ffe..8d185a6aba7241 100644 --- a/lib/ansible/modules/cloud/google/gcp_sourcerepo_repository_facts.py +++ b/lib/ansible/modules/cloud/google/gcp_sourcerepo_repository_facts.py @@ -61,8 +61,7 @@ name: description: - Resource name of the repository, of the form projects/{{project}}/repos/{{repo}}. - - The repo name may contain slashes. eg, projects/myproject/repos/name/with/slash - . + - The repo name may contain slashes. eg, projects/myproject/repos/name/with/slash. returned: success type: str url: diff --git a/lib/ansible/modules/cloud/google/gcp_spanner_instance.py b/lib/ansible/modules/cloud/google/gcp_spanner_instance.py index 588a594a242500..d2fa0506857aa7 100644 --- a/lib/ansible/modules/cloud/google/gcp_spanner_instance.py +++ b/lib/ansible/modules/cloud/google/gcp_spanner_instance.py @@ -57,9 +57,9 @@ - The name of the instance's configuration (similar but not quite the same as a region) which defines defines the geographic placement and replication of your databases in this instance. It determines where your data is stored. Values - are typically of the form `regional-europe-west1` , `us-central` etc. - - In order to obtain a valid list please consult the [Configuration section of - the docs](U(https://cloud.google.com/spanner/docs/instances)). + are typically of the form regional-europe-west1 , us-central etc. + - In order to obtain a valid list please consult the L(Configuration section of + the docs,U(https://cloud.google.com/spanner/docs/instances)). required: true display_name: description: @@ -109,9 +109,9 @@ - The name of the instance's configuration (similar but not quite the same as a region) which defines defines the geographic placement and replication of your databases in this instance. It determines where your data is stored. Values are - typically of the form `regional-europe-west1` , `us-central` etc. - - In order to obtain a valid list please consult the [Configuration section of the - docs](U(https://cloud.google.com/spanner/docs/instances)). + typically of the form regional-europe-west1 , us-central etc. + - In order to obtain a valid list please consult the L(Configuration section of + the docs,U(https://cloud.google.com/spanner/docs/instances)). returned: success type: str displayName: diff --git a/lib/ansible/modules/cloud/google/gcp_spanner_instance_facts.py b/lib/ansible/modules/cloud/google/gcp_spanner_instance_facts.py index 6b1ecf487a6689..443ab5117dcc32 100644 --- a/lib/ansible/modules/cloud/google/gcp_spanner_instance_facts.py +++ b/lib/ansible/modules/cloud/google/gcp_spanner_instance_facts.py @@ -69,9 +69,9 @@ - The name of the instance's configuration (similar but not quite the same as a region) which defines defines the geographic placement and replication of your databases in this instance. It determines where your data is stored. - Values are typically of the form `regional-europe-west1` , `us-central` etc. - - In order to obtain a valid list please consult the [Configuration section - of the docs](U(https://cloud.google.com/spanner/docs/instances)). + Values are typically of the form regional-europe-west1 , us-central etc. + - In order to obtain a valid list please consult the L(Configuration section + of the docs,U(https://cloud.google.com/spanner/docs/instances)). returned: success type: str displayName: diff --git a/lib/ansible/modules/cloud/google/gcp_sql_instance.py b/lib/ansible/modules/cloud/google/gcp_sql_instance.py index 536a7b643bfb88..aceea2e6cf141c 100644 --- a/lib/ansible/modules/cloud/google/gcp_sql_instance.py +++ b/lib/ansible/modules/cloud/google/gcp_sql_instance.py @@ -51,9 +51,9 @@ default: present backend_type: description: - - "* FIRST_GEN: First Generation instance. MySQL only." - - "* SECOND_GEN: Second Generation instance or PostgreSQL instance." - - "* EXTERNAL: A database server that is not managed by Google." + - 'FIRST_GEN: First Generation instance. MySQL only., SECOND_GEN: Second Generation + instance or PostgreSQL instance., EXTERNAL: A database server that is not managed + by Google.' - 'Some valid choices include: "FIRST_GEN", "SECOND_GEN", "EXTERNAL"' required: false connection_name: @@ -141,7 +141,7 @@ required: false client_certificate: description: - - PEM representation of the slave's x509 certificate . + - PEM representation of the slave's x509 certificate. required: false client_key: description: @@ -282,7 +282,7 @@ type: bool start_time: description: - - Define the backup start time in UTC (HH:MM) . + - Define the backup start time in UTC (HH:MM). required: false extends_documentation_fragment: gcp ''' @@ -307,9 +307,9 @@ RETURN = ''' backendType: description: - - "* FIRST_GEN: First Generation instance. MySQL only." - - "* SECOND_GEN: Second Generation instance or PostgreSQL instance." - - "* EXTERNAL: A database server that is not managed by Google." + - 'FIRST_GEN: First Generation instance. MySQL only., SECOND_GEN: Second Generation + instance or PostgreSQL instance., EXTERNAL: A database server that is not managed + by Google.' returned: success type: str connectionName: @@ -439,7 +439,7 @@ type: str clientCertificate: description: - - PEM representation of the slave's x509 certificate . + - PEM representation of the slave's x509 certificate. returned: success type: str clientKey: @@ -599,7 +599,7 @@ type: bool startTime: description: - - Define the backup start time in UTC (HH:MM) . + - Define the backup start time in UTC (HH:MM). returned: success type: str settingsVersion: diff --git a/lib/ansible/modules/cloud/google/gcp_sql_instance_facts.py b/lib/ansible/modules/cloud/google/gcp_sql_instance_facts.py index 1587eafec33447..d236805084753e 100644 --- a/lib/ansible/modules/cloud/google/gcp_sql_instance_facts.py +++ b/lib/ansible/modules/cloud/google/gcp_sql_instance_facts.py @@ -60,9 +60,9 @@ contains: backendType: description: - - "* FIRST_GEN: First Generation instance. MySQL only." - - "* SECOND_GEN: Second Generation instance or PostgreSQL instance." - - "* EXTERNAL: A database server that is not managed by Google." + - 'FIRST_GEN: First Generation instance. MySQL only., SECOND_GEN: Second Generation + instance or PostgreSQL instance., EXTERNAL: A database server that is not + managed by Google.' returned: success type: str connectionName: @@ -195,7 +195,7 @@ type: str clientCertificate: description: - - PEM representation of the slave's x509 certificate . + - PEM representation of the slave's x509 certificate. returned: success type: str clientKey: @@ -357,7 +357,7 @@ type: bool startTime: description: - - Define the backup start time in UTC (HH:MM) . + - Define the backup start time in UTC (HH:MM). returned: success type: str settingsVersion: diff --git a/lib/ansible/modules/cloud/google/gcp_storage_bucket.py b/lib/ansible/modules/cloud/google/gcp_storage_bucket.py index 3c483eff4041ab..ab775e80f48ce8 100644 --- a/lib/ansible/modules/cloud/google/gcp_storage_bucket.py +++ b/lib/ansible/modules/cloud/google/gcp_storage_bucket.py @@ -146,7 +146,7 @@ * user-{{email}} (such as "user-liz@example.com") * group-{{groupId}} * group-{{email}} (such as "group-example@googlegroups.com") * domain-{{domain}} (such as "domain-example.com") * project-team-{{projectId}} * allUsers * - allAuthenticatedUsers .' + allAuthenticatedUsers.' required: true object: description: @@ -451,7 +451,7 @@ - 'The entity holding the permission, in one of the following forms: * user-{{userId}} * user-{{email}} (such as "user-liz@example.com") * group-{{groupId}} * group-{{email}} (such as "group-example@googlegroups.com") * domain-{{domain}} (such as "domain-example.com") - * project-team-{{projectId}} * allUsers * allAuthenticatedUsers .' + * project-team-{{projectId}} * allUsers * allAuthenticatedUsers.' returned: success type: str entityId: diff --git a/lib/ansible/modules/cloud/google/gcp_storage_object.py b/lib/ansible/modules/cloud/google/gcp_storage_object.py index f373c6b7af5504..e00e605e908a82 100644 --- a/lib/ansible/modules/cloud/google/gcp_storage_object.py +++ b/lib/ansible/modules/cloud/google/gcp_storage_object.py @@ -55,7 +55,7 @@ overwrite: description: - "'Overwrite the file on the bucket/local machine. If overwrite is false and - a difference exists between GCS + local, module will fail with error' ." + a difference exists between GCS + local, module will fail with error'." required: false type: bool src: @@ -95,7 +95,7 @@ overwrite: description: - "'Overwrite the file on the bucket/local machine. If overwrite is false and a - difference exists between GCS + local, module will fail with error' ." + difference exists between GCS + local, module will fail with error'." returned: success type: bool src: