Another global cloud provider is Google, with its Google Cloud Platform. Google's approach to the cloud is relatively different from other providers' since Google does not try to simulate the data center in a virtual environment. This is because Google wishes to rethink the concept of cloud provision in order to simplify it.
Complementing Google Cloud Platform with automation
Installation
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...