remove unused operating systems for lewis
add guestmount package to lewis
This commit is contained in:
parent
71b96d4621
commit
0f7ca0555d
2 changed files with 1 additions and 14 deletions
|
@ -5,3 +5,4 @@ apt_install_packages:
|
||||||
- bridge-utils
|
- bridge-utils
|
||||||
- borgmatic
|
- borgmatic
|
||||||
- podman
|
- podman
|
||||||
|
- guestmount
|
||||||
|
|
|
@ -157,20 +157,6 @@ resource "libvirt_pool" "data_lewis" {
|
||||||
provider = libvirt.lewis
|
provider = libvirt.lewis
|
||||||
}
|
}
|
||||||
|
|
||||||
resource "libvirt_volume" "ubuntu_jammy_lewis" {
|
|
||||||
name = "ubuntu-jammy.img"
|
|
||||||
pool = "iso"
|
|
||||||
source = "https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img"
|
|
||||||
provider = libvirt.lewis
|
|
||||||
}
|
|
||||||
|
|
||||||
resource "libvirt_volume" "debian_bullseye_lewis" {
|
|
||||||
name = "debian-bullseye.iso"
|
|
||||||
pool = "iso"
|
|
||||||
source = "https://cloud.debian.org/images/cloud/bullseye/latest/debian-11-generic-amd64.qcow2"
|
|
||||||
provider = libvirt.lewis
|
|
||||||
}
|
|
||||||
|
|
||||||
resource "libvirt_volume" "debian_bookworm_lewis" {
|
resource "libvirt_volume" "debian_bookworm_lewis" {
|
||||||
name = "debian-bookworm.qcow2"
|
name = "debian-bookworm.qcow2"
|
||||||
pool = "iso"
|
pool = "iso"
|
||||||
|
|
Reference in a new issue