Hello Everyone,
I have been trying to find an ansible-module that can create a snapshot of a running server/instance on Openstack cloud. I have looked into os_image, os_server_action and os_server modules but couldn't find the option. From the command line you can easily get this snapshot using the command
openstack server create --name <snapshot-name> <instance-name>
I am running this playbook on the controller node of openstack.
Any suggestion on how can I obtain the equivalent results of the above command using Ansible?