diff --git a/lib/ansible/modules/cloud/google/gcp_pubsub_topic.py b/lib/ansible/modules/cloud/google/gcp_pubsub_topic.py index 6bb0d3225bf..d197c6012c2 100644 --- a/lib/ansible/modules/cloud/google/gcp_pubsub_topic.py +++ b/lib/ansible/modules/cloud/google/gcp_pubsub_topic.py @@ -126,9 +126,9 @@ options: notes: - 'API Reference: U(https://cloud.google.com/pubsub/docs/reference/rest/v1/projects.topics)' - 'Managing Topics: U(https://cloud.google.com/pubsub/docs/admin#managing_topics)' -- for authentication, you can set service_account_file using the c(gcp_service_account_file) +- for authentication, you can set service_account_file using the C(gcp_service_account_file) env variable. -- for authentication, you can set service_account_contents using the c(GCP_SERVICE_ACCOUNT_CONTENTS) +- for authentication, you can set service_account_contents using the C(GCP_SERVICE_ACCOUNT_CONTENTS) env variable. - For authentication, you can set service_account_email using the C(GCP_SERVICE_ACCOUNT_EMAIL) env variable. diff --git a/lib/ansible/modules/cloud/google/gcp_pubsub_topic_info.py b/lib/ansible/modules/cloud/google/gcp_pubsub_topic_info.py index 981f1e84053..d0d70c802c1 100644 --- a/lib/ansible/modules/cloud/google/gcp_pubsub_topic_info.py +++ b/lib/ansible/modules/cloud/google/gcp_pubsub_topic_info.py @@ -78,9 +78,9 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- for authentication, you can set service_account_file using the c(gcp_service_account_file) +- for authentication, you can set service_account_file using the C(gcp_service_account_file) env variable. -- for authentication, you can set service_account_contents using the c(GCP_SERVICE_ACCOUNT_CONTENTS) +- for authentication, you can set service_account_contents using the C(GCP_SERVICE_ACCOUNT_CONTENTS) env variable. - For authentication, you can set service_account_email using the C(GCP_SERVICE_ACCOUNT_EMAIL) env variable. diff --git a/lib/ansible/modules/cloud/google/gcp_redis_instance.py b/lib/ansible/modules/cloud/google/gcp_redis_instance.py index bb491f44a9a..de7ab0bb2b9 100644 --- a/lib/ansible/modules/cloud/google/gcp_redis_instance.py +++ b/lib/ansible/modules/cloud/google/gcp_redis_instance.py @@ -165,9 +165,9 @@ options: notes: - 'API Reference: U(https://cloud.google.com/memorystore/docs/redis/reference/rest/)' - 'Official Documentation: U(https://cloud.google.com/memorystore/docs/redis/)' -- for authentication, you can set service_account_file using the c(gcp_service_account_file) +- for authentication, you can set service_account_file using the C(gcp_service_account_file) env variable. -- for authentication, you can set service_account_contents using the c(GCP_SERVICE_ACCOUNT_CONTENTS) +- for authentication, you can set service_account_contents using the C(GCP_SERVICE_ACCOUNT_CONTENTS) env variable. - For authentication, you can set service_account_email using the C(GCP_SERVICE_ACCOUNT_EMAIL) env variable. diff --git a/lib/ansible/modules/cloud/google/gcp_redis_instance_info.py b/lib/ansible/modules/cloud/google/gcp_redis_instance_info.py index 00b27a4937b..a6233c5e8a8 100644 --- a/lib/ansible/modules/cloud/google/gcp_redis_instance_info.py +++ b/lib/ansible/modules/cloud/google/gcp_redis_instance_info.py @@ -83,9 +83,9 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- for authentication, you can set service_account_file using the c(gcp_service_account_file) +- for authentication, you can set service_account_file using the C(gcp_service_account_file) env variable. -- for authentication, you can set service_account_contents using the c(GCP_SERVICE_ACCOUNT_CONTENTS) +- for authentication, you can set service_account_contents using the C(GCP_SERVICE_ACCOUNT_CONTENTS) env variable. - For authentication, you can set service_account_email using the C(GCP_SERVICE_ACCOUNT_EMAIL) env variable. diff --git a/lib/ansible/modules/cloud/google/gcp_resourcemanager_project_info.py b/lib/ansible/modules/cloud/google/gcp_resourcemanager_project_info.py index 986476370bf..161d9fb232a 100644 --- a/lib/ansible/modules/cloud/google/gcp_resourcemanager_project_info.py +++ b/lib/ansible/modules/cloud/google/gcp_resourcemanager_project_info.py @@ -78,9 +78,9 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- for authentication, you can set service_account_file using the c(gcp_service_account_file) +- for authentication, you can set service_account_file using the C(gcp_service_account_file) env variable. -- for authentication, you can set service_account_contents using the c(GCP_SERVICE_ACCOUNT_CONTENTS) +- for authentication, you can set service_account_contents using the C(GCP_SERVICE_ACCOUNT_CONTENTS) env variable. - For authentication, you can set service_account_email using the C(GCP_SERVICE_ACCOUNT_EMAIL) env variable. diff --git a/lib/ansible/modules/cloud/google/gcp_sourcerepo_repository.py b/lib/ansible/modules/cloud/google/gcp_sourcerepo_repository.py index 6fa47e9d384..273872b4854 100644 --- a/lib/ansible/modules/cloud/google/gcp_sourcerepo_repository.py +++ b/lib/ansible/modules/cloud/google/gcp_sourcerepo_repository.py @@ -95,9 +95,9 @@ options: notes: - 'API Reference: U(https://cloud.google.com/source-repositories/docs/reference/rest/v1/projects.repos)' - 'Official Documentation: U(https://cloud.google.com/source-repositories/)' -- for authentication, you can set service_account_file using the c(gcp_service_account_file) +- for authentication, you can set service_account_file using the C(gcp_service_account_file) env variable. -- for authentication, you can set service_account_contents using the c(GCP_SERVICE_ACCOUNT_CONTENTS) +- for authentication, you can set service_account_contents using the C(GCP_SERVICE_ACCOUNT_CONTENTS) env variable. - For authentication, you can set service_account_email using the C(GCP_SERVICE_ACCOUNT_EMAIL) env variable. diff --git a/lib/ansible/modules/cloud/google/gcp_sourcerepo_repository_info.py b/lib/ansible/modules/cloud/google/gcp_sourcerepo_repository_info.py index 2f8a8398a38..7f630b77210 100644 --- a/lib/ansible/modules/cloud/google/gcp_sourcerepo_repository_info.py +++ b/lib/ansible/modules/cloud/google/gcp_sourcerepo_repository_info.py @@ -78,9 +78,9 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- for authentication, you can set service_account_file using the c(gcp_service_account_file) +- for authentication, you can set service_account_file using the C(gcp_service_account_file) env variable. -- for authentication, you can set service_account_contents using the c(GCP_SERVICE_ACCOUNT_CONTENTS) +- for authentication, you can set service_account_contents using the C(GCP_SERVICE_ACCOUNT_CONTENTS) env variable. - For authentication, you can set service_account_email using the C(GCP_SERVICE_ACCOUNT_EMAIL) env variable. diff --git a/lib/ansible/modules/cloud/google/gcp_spanner_database.py b/lib/ansible/modules/cloud/google/gcp_spanner_database.py index e6e55691100..c7721c6199b 100644 --- a/lib/ansible/modules/cloud/google/gcp_spanner_database.py +++ b/lib/ansible/modules/cloud/google/gcp_spanner_database.py @@ -112,9 +112,9 @@ options: notes: - 'API Reference: U(https://cloud.google.com/spanner/docs/reference/rest/v1/projects.instances.databases)' - 'Official Documentation: U(https://cloud.google.com/spanner/)' -- for authentication, you can set service_account_file using the c(gcp_service_account_file) +- for authentication, you can set service_account_file using the C(gcp_service_account_file) env variable. -- for authentication, you can set service_account_contents using the c(GCP_SERVICE_ACCOUNT_CONTENTS) +- for authentication, you can set service_account_contents using the C(GCP_SERVICE_ACCOUNT_CONTENTS) env variable. - For authentication, you can set service_account_email using the C(GCP_SERVICE_ACCOUNT_EMAIL) env variable. diff --git a/lib/ansible/modules/cloud/google/gcp_spanner_database_info.py b/lib/ansible/modules/cloud/google/gcp_spanner_database_info.py index 1a49c866197..223086b1736 100644 --- a/lib/ansible/modules/cloud/google/gcp_spanner_database_info.py +++ b/lib/ansible/modules/cloud/google/gcp_spanner_database_info.py @@ -88,9 +88,9 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- for authentication, you can set service_account_file using the c(gcp_service_account_file) +- for authentication, you can set service_account_file using the C(gcp_service_account_file) env variable. -- for authentication, you can set service_account_contents using the c(GCP_SERVICE_ACCOUNT_CONTENTS) +- for authentication, you can set service_account_contents using the C(GCP_SERVICE_ACCOUNT_CONTENTS) env variable. - For authentication, you can set service_account_email using the C(GCP_SERVICE_ACCOUNT_EMAIL) env variable. diff --git a/lib/ansible/modules/cloud/google/gcp_spanner_instance.py b/lib/ansible/modules/cloud/google/gcp_spanner_instance.py index b240e27b0eb..6a4d047575d 100644 --- a/lib/ansible/modules/cloud/google/gcp_spanner_instance.py +++ b/lib/ansible/modules/cloud/google/gcp_spanner_instance.py @@ -122,9 +122,9 @@ options: notes: - 'API Reference: U(https://cloud.google.com/spanner/docs/reference/rest/v1/projects.instances)' - 'Official Documentation: U(https://cloud.google.com/spanner/)' -- for authentication, you can set service_account_file using the c(gcp_service_account_file) +- for authentication, you can set service_account_file using the C(gcp_service_account_file) env variable. -- for authentication, you can set service_account_contents using the c(GCP_SERVICE_ACCOUNT_CONTENTS) +- for authentication, you can set service_account_contents using the C(GCP_SERVICE_ACCOUNT_CONTENTS) env variable. - For authentication, you can set service_account_email using the C(GCP_SERVICE_ACCOUNT_EMAIL) env variable. diff --git a/lib/ansible/modules/cloud/google/gcp_spanner_instance_info.py b/lib/ansible/modules/cloud/google/gcp_spanner_instance_info.py index 07b69093bcf..35ae75b0902 100644 --- a/lib/ansible/modules/cloud/google/gcp_spanner_instance_info.py +++ b/lib/ansible/modules/cloud/google/gcp_spanner_instance_info.py @@ -78,9 +78,9 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- for authentication, you can set service_account_file using the c(gcp_service_account_file) +- for authentication, you can set service_account_file using the C(gcp_service_account_file) env variable. -- for authentication, you can set service_account_contents using the c(GCP_SERVICE_ACCOUNT_CONTENTS) +- for authentication, you can set service_account_contents using the C(GCP_SERVICE_ACCOUNT_CONTENTS) env variable. - For authentication, you can set service_account_email using the C(GCP_SERVICE_ACCOUNT_EMAIL) env variable. diff --git a/lib/ansible/modules/cloud/google/gcp_sql_database_info.py b/lib/ansible/modules/cloud/google/gcp_sql_database_info.py index 8c0a271d5cc..7e9bed17914 100644 --- a/lib/ansible/modules/cloud/google/gcp_sql_database_info.py +++ b/lib/ansible/modules/cloud/google/gcp_sql_database_info.py @@ -83,9 +83,9 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- for authentication, you can set service_account_file using the c(gcp_service_account_file) +- for authentication, you can set service_account_file using the C(gcp_service_account_file) env variable. -- for authentication, you can set service_account_contents using the c(GCP_SERVICE_ACCOUNT_CONTENTS) +- for authentication, you can set service_account_contents using the C(GCP_SERVICE_ACCOUNT_CONTENTS) env variable. - For authentication, you can set service_account_email using the C(GCP_SERVICE_ACCOUNT_EMAIL) env variable. diff --git a/lib/ansible/modules/cloud/google/gcp_sql_instance_info.py b/lib/ansible/modules/cloud/google/gcp_sql_instance_info.py index 03f6d68a49a..c249bfc48a8 100644 --- a/lib/ansible/modules/cloud/google/gcp_sql_instance_info.py +++ b/lib/ansible/modules/cloud/google/gcp_sql_instance_info.py @@ -78,9 +78,9 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- for authentication, you can set service_account_file using the c(gcp_service_account_file) +- for authentication, you can set service_account_file using the C(gcp_service_account_file) env variable. -- for authentication, you can set service_account_contents using the c(GCP_SERVICE_ACCOUNT_CONTENTS) +- for authentication, you can set service_account_contents using the C(GCP_SERVICE_ACCOUNT_CONTENTS) env variable. - For authentication, you can set service_account_email using the C(GCP_SERVICE_ACCOUNT_EMAIL) env variable. diff --git a/lib/ansible/modules/cloud/google/gcp_sql_user_info.py b/lib/ansible/modules/cloud/google/gcp_sql_user_info.py index 65b947babd7..23a77bfd536 100644 --- a/lib/ansible/modules/cloud/google/gcp_sql_user_info.py +++ b/lib/ansible/modules/cloud/google/gcp_sql_user_info.py @@ -88,9 +88,9 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- for authentication, you can set service_account_file using the c(gcp_service_account_file) +- for authentication, you can set service_account_file using the C(gcp_service_account_file) env variable. -- for authentication, you can set service_account_contents using the c(GCP_SERVICE_ACCOUNT_CONTENTS) +- for authentication, you can set service_account_contents using the C(GCP_SERVICE_ACCOUNT_CONTENTS) env variable. - For authentication, you can set service_account_email using the C(GCP_SERVICE_ACCOUNT_EMAIL) env variable. diff --git a/lib/ansible/modules/cloud/google/gcp_tpu_node.py b/lib/ansible/modules/cloud/google/gcp_tpu_node.py index 0a25dac3513..71c0be06ac5 100644 --- a/lib/ansible/modules/cloud/google/gcp_tpu_node.py +++ b/lib/ansible/modules/cloud/google/gcp_tpu_node.py @@ -149,9 +149,9 @@ options: notes: - 'API Reference: U(https://cloud.google.com/tpu/docs/reference/rest/)' - 'Official Documentation: U(https://cloud.google.com/tpu/docs/)' -- for authentication, you can set service_account_file using the c(gcp_service_account_file) +- for authentication, you can set service_account_file using the C(gcp_service_account_file) env variable. -- for authentication, you can set service_account_contents using the c(GCP_SERVICE_ACCOUNT_CONTENTS) +- for authentication, you can set service_account_contents using the C(GCP_SERVICE_ACCOUNT_CONTENTS) env variable. - For authentication, you can set service_account_email using the C(GCP_SERVICE_ACCOUNT_EMAIL) env variable. diff --git a/lib/ansible/modules/cloud/google/gcp_tpu_node_info.py b/lib/ansible/modules/cloud/google/gcp_tpu_node_info.py index b22cb355233..b7f6fbf9508 100644 --- a/lib/ansible/modules/cloud/google/gcp_tpu_node_info.py +++ b/lib/ansible/modules/cloud/google/gcp_tpu_node_info.py @@ -83,9 +83,9 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- for authentication, you can set service_account_file using the c(gcp_service_account_file) +- for authentication, you can set service_account_file using the C(gcp_service_account_file) env variable. -- for authentication, you can set service_account_contents using the c(GCP_SERVICE_ACCOUNT_CONTENTS) +- for authentication, you can set service_account_contents using the C(GCP_SERVICE_ACCOUNT_CONTENTS) env variable. - For authentication, you can set service_account_email using the C(GCP_SERVICE_ACCOUNT_EMAIL) env variable.