mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-19 23:31:27 +00:00
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:
@@ -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
|
||||
-----------
|
||||
|
||||
Reference in New Issue
Block a user