June 2020
Intermediate to advanced
410 pages
9h 52m
English
You need to ensure that you have the proper components installed before you can start using Google Cloud Platform with Ansible. More specifically, you will require the Python requests and google-auth modules. To install these modules, run the following command:
$ pip install requests google-auth
Now that you have all the dependencies present, you can start the authentication process.