From 3a919d4bec309941f366d011ed1f1c59fd7195a4 Mon Sep 17 00:00:00 2001 From: Marek Anderson Date: Mon, 1 Jul 2019 11:37:13 -0400 Subject: [PATCH] Doc - editorial for correct acronym introduction (#58519) Introduce acronym GCP on first use. Introduce GCE acronym at all. --- docs/docsite/rst/scenario_guides/guide_gce.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/docsite/rst/scenario_guides/guide_gce.rst b/docs/docsite/rst/scenario_guides/guide_gce.rst index 880bd2f334a..aff9b7e15b7 100644 --- a/docs/docsite/rst/scenario_guides/guide_gce.rst +++ b/docs/docsite/rst/scenario_guides/guide_gce.rst @@ -8,7 +8,7 @@ Introduction Ansible + Google have been working together on a set of auto-generated Ansible modules designed to consistently and comprehensively cover the entirety -of the Google Cloud Platform. +of the Google Cloud Platform (GCP). Ansible contains modules for managing Google Cloud Platform resources, including creating instances, controlling network access, working with @@ -18,7 +18,8 @@ These new modules can be found under a new consistent name scheme "gcp_*" (Note: gcp_target_proxy and gcp_url_map are legacy modules, despite the "gcp_*" name. Please use gcp_compute_target_proxy and gcp_compute_url_map instead). -Additionally, the gcp_compute inventory plugin can discover all GCE instances +Additionally, the gcp_compute inventory plugin can discover all +Google Compute Engine (GCE) instances and make them automatically available in your Ansible inventory. You may see a collection of other GCP modules that do not conform to this @@ -35,7 +36,7 @@ these new modules if possible. Requisites --------------- -The Google Cloud Platform (GCP) modules require both the ``requests`` and the +The GCP modules require both the ``requests`` and the ``google-auth`` libraries to be installed. .. code-block:: bash