Hi ,
The ansible has a module to take volume snapshot for Openstack:
- name: create snapshot
  hosts: all
  tasks:
  - name: create snapshot
    os_volume_snapshot:
      state: present
      cloud: test
      availability_zone: nova
      display_name: test_snapshot
      volume: test_volume

  My requirement is to take only Image snapshot as my Openstack is 
associated with External NFS, so i need to take only image snapshot.
Is there any module to take image snapsnot rather than Volume snapshot.
Any help will be appreciated.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/f564b181-24c2-40bf-860e-cd9d2ec3ef4d%40googlegroups.com.

Reply via email to