
Adds basic snapshotting of a libvirt environment, using external snapshots with backing files. Limitations of this approach can be seen in the README. Change-Id: I7e17ae96202cf8975c0414b884c50e81a218bf7f
14 lines
227 B
YAML
14 lines
227 B
YAML
---
|
|
- name: Snapshot virts
|
|
hosts: virthost
|
|
gather_facts: yes
|
|
vars:
|
|
- libvirt_uri: qemu:///system
|
|
- overcloud_nodes:
|
|
- name: subnode-0
|
|
- name: subnode-1
|
|
roles:
|
|
- snapshot-libvirt
|
|
become: true
|
|
|