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
This commit is contained in:
parent
ff8181fe29
commit
6243f36319
1 changed files with 9 additions and 3 deletions
|
@ -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
|
||||
-----------
|
||||
|
|
Loading…
Reference in a new issue