From 5863584610d0b43da0aca4bd7c92443a7ed3872f Mon Sep 17 00:00:00 2001 From: spmfox Date: Sun, 25 Jun 2023 11:59:56 -0400 Subject: adding support for red hat subscription manager, more robust package install, guest unconfiguration --- docs/sample-environment.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/sample-environment.yml b/docs/sample-environment.yml index cb982b0..5a8e099 100644 --- a/docs/sample-environment.yml +++ b/docs/sample-environment.yml @@ -1,7 +1,7 @@ # Vars can be set per-host, or globally under the vars: section all: hosts: - test-el8: + test-alma8: os: "rhel8-unknown" #A full list of OSes can be found with this #virt-install --osinfo list kickstart: "el8.ks" iso_path: "/path/to/ios/AlmaLinux-8.7-x86_64-dvd.iso" @@ -11,10 +11,12 @@ all: - qemu-guest-agent - fish shell: "/usr/bin/fish" #Set shell for user - test-el9: + test-rhel9: os: "rhel9-unknown" kickstart: "el9.ks" - iso_path: "/path/to/isos/AlmaLinux-9.1-x86_64-dvd.iso" + iso_path: "/path/to/isos/rhel-9.2-x86_64-dvd.iso" + redhat_user: "rhsm_username" #Used for registering to Red Hat and un-registering when deleting VM + redhat_password: "rhsm_password" test-f38: os: "fedora-unknown" kickstart: "f38.ks" -- cgit