Unsolved
1 Rookie
•
3 Posts
0
23
November 13th, 2025 22:42
How to create a VG clone from Snapshot.
Hi collagues,
I have a doubt regarding how I can create a Volume group clone from snapshot created in a VG using ansible modules.
I'm trying to create a VG clone with this example, but as you can see in the structure it doesn't specific which snapshot is taking to create a VG clone. I reviewed the documentation in Ansible Galaxy but I didnt found anything that can help me.
- name: Clone a volume groupdellemc.powerstore.volumegroup:array_ip: "{{array_ip}}"validate_certs: "{{validate_certs}}"user: "{{user}}"password: "{{password}}"vg_name: "ansible_vg"vg_clone:name: "ansible_vg_clone"protection_policy: "policy1"state: "present"No Events found!


