[ansible-project] How to list google cloud regional zones with number of instances created in Ansible

2021-02-18 Thread 'Shristi Singh' via Ansible Project
Hi Team, I am trying to figure out how can I get the below information using Ansible. us-east1 ZonesInstancesDisks Zone B 0 2 Zone C 0 1 Zone D 0 0 us-east4 ZonesInstancesDisks Zone A 0 0 Zone B 1 1 Zone C 0 1 Thanks and Regards, Shristi Singh -- You received this message

Re: [ansible-project] Re: Unable to find Ansible module for Google Cloud Platform server creation using Machine Images

2021-02-16 Thread 'Shristi Singh' via Ansible Project
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.

[ansible-project] Unable to find Ansible module for Google Cloud Platform server creation using Machine Images

2021-02-16 Thread 'Shristi Singh' via Ansible Project
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 -