move to snapshots-based backups
This commit is contained in:
parent
04becbb99d
commit
feb29ed0bf
14 changed files with 65 additions and 92 deletions
|
@ -151,6 +151,13 @@ resource "libvirt_pool" "init_lewis" {
|
|||
provider = libvirt.lewis
|
||||
}
|
||||
|
||||
resource "libvirt_pool" "data_lewis" {
|
||||
name = "data"
|
||||
type = "dir"
|
||||
path = "/kvm/data"
|
||||
provider = libvirt.lewis
|
||||
}
|
||||
|
||||
resource "libvirt_volume" "ubuntu_jammy_lewis" {
|
||||
name = "ubuntu-jammy.img"
|
||||
pool = "iso"
|
||||
|
|
Reference in a new issue