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? -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/cb7f26ff-6fa1-4394-bc55-50a1f8c2b185%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
