diff options
| author | spmfox <spmfox@foxwd.com> | 2023-06-25 12:49:30 -0400 |
|---|---|---|
| committer | spmfox <spmfox@foxwd.com> | 2023-06-25 12:49:30 -0400 |
| commit | 268ce2cae02aa1c8b2ca965bec1207ee7245bcb4 (patch) | |
| tree | 78e7e063f4b72282bb6f1d00f22937138cf86f71 /docs | |
| parent | 5863584610d0b43da0aca4bd7c92443a7ed3872f (diff) | |
removing alma linux from sample environment and readme
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/sample-environment.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/sample-environment.yml b/docs/sample-environment.yml index 5a8e099..8bd8309 100644 --- a/docs/sample-environment.yml +++ b/docs/sample-environment.yml @@ -1,10 +1,10 @@ # Vars can be set per-host, or globally under the vars: section all: hosts: - test-alma8: + test-stream8: 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" + iso_path: "/path/to/ios/CentOS-Stream-8-20230612.0-x86_64-dvd1.iso" pre_packages: #Install these packages before regular ones - epel-release packages: |
