diff options
| author | spmfox <spmfox@foxwd.com> | 2023-06-25 11:59:56 -0400 |
|---|---|---|
| committer | spmfox <spmfox@foxwd.com> | 2023-06-25 11:59:56 -0400 |
| commit | 5863584610d0b43da0aca4bd7c92443a7ed3872f (patch) | |
| tree | bd1075efc3aee056cfe729ee9270b0965c36fe1f /docs | |
| parent | 16847ba6cf3d1dcbd80823c2cfa66c19013f65b0 (diff) | |
adding support for red hat subscription manager, more robust package install, guest unconfiguration
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/sample-environment.yml | 8 |
1 files changed, 5 insertions, 3 deletions
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" |
