February 2018
Intermediate to advanced
200 pages
5h 51m
English
Among various Google Cloud modules, a bunch of Python modules are required to make sure the Ansible modules work smoothly. These modules are as follows:
These libraries can be obtained by using Python's pip tool:
$ pip install apache-libcloud boto google-api-python-client google-auth google-auth-httplib2
Along with these libraries, we need to get credentials from Google Cloud. All of the modules, except for the one used for Google Cloud Storage, can use a service account credential JSON file. Service accounts are special accounts typically associated with a non-human entity like a server or an application. This account ...
Read now
Unlock full access