Unable to find Ansible module for Google Cloud Platform server creation using Machine Images

Hi,

I am trying to create a playbook to launch google cloud server using machine image.
For reference please use this - https://cloud.google.com/compute/docs/machine-images/create-instance-from-machine-image.

In Ansible I found this - https://docs.ansible.com/ansible/latest/collections/google/cloud/gcp_compute_instance_module.html to launch google cloud server but this doesn’t have an option to use machine image as the source.

Please let me know if I am missing something here.

Regards,
Shristi Singh

Hi,

Thank you for the response but I am looking for a way to create a server using machine images. I already have machine images present.
I want to create a playbook that will use those machine images as the source to launch the servers for the purpose of cloud provisioning or cloud operations.