From 6243f363192e8c2275b7ee8319a5cb68fb2a3efc Mon Sep 17 00:00:00 2001 From: Aren <7918248+funixz@users.noreply.github.com> Date: Fri, 2 Nov 2018 17:05:23 -0400 Subject: [PATCH] gcp additional info & edit (#45986) * There were 2 introduction headings line 36 was a duplicate 'introduction' heading, and the section is more of a requisites description. +label: docsite_pr * edit for line 32+33 & 45>50 added --- docs/docsite/rst/scenario_guides/guide_gce.rst | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/docs/docsite/rst/scenario_guides/guide_gce.rst b/docs/docsite/rst/scenario_guides/guide_gce.rst index 77a1715472c..17428bae8e4 100644 --- a/docs/docsite/rst/scenario_guides/guide_gce.rst +++ b/docs/docsite/rst/scenario_guides/guide_gce.rst @@ -29,11 +29,11 @@ used, but you may experience issues trying to use them together. While the community GCP modules are not going away, Google is investing effort into the new "gcp_*" modules. Google is committed to ensuring the Ansible -community has a great experience with GCP and therefore recommends that begin -adopting these new modules if possible. +community has a great experience with GCP and therefore recommends adopting +these new modules if possible. -Introduction +Requisites --------------- The Google Cloud Platform (GCP) modules require both the ``requests`` and the ``google-auth`` libraries to be installed. @@ -42,6 +42,12 @@ The Google Cloud Platform (GCP) modules require both the ``requests`` and the $ pip install requests google-auth +Alternatively for RHEL / CentOS, the ``python-requests`` package is also +available to satisfy ``requests`` libraries. + +.. code-block:: bash + + $ yum install python-requests Credentials -----------