I am new to Ansible. I have come across various articles showing how to provision resources like GCE in the Google cloud. But I want to automate the entire end to end flow and thus would start with automating the creation of Project and VPC in Google Cloud.
Can someone help me identify module(s) using which this can be achieved?
I understand a service account is required to provision resources on Google cloud. So now the question is, can that be automated as well?
Meaning is it possible to do the following through Ansible on Google Cloud
create a project
create a service account
create a VPC
create a GCE VM instance (this definitely is possible using the gce module, can I also create a project, service account and vpc using any of the ansible modules?)