diff options
| author | spmfox <spmfox@foxwd.com> | 2023-06-10 22:52:33 -0400 |
|---|---|---|
| committer | spmfox <spmfox@foxwd.com> | 2023-06-10 22:52:33 -0400 |
| commit | 45b5f70c97ae4c0180c13564c82a38d2bd96a1e9 (patch) | |
| tree | 999bc797a09bb4bb431223d0d7f531253a37d0d8 | |
| parent | 843ad6659cc0bd6b8baaf2033e680d32a0531b2d (diff) | |
removing need for vm-name, using ansible host names
| -rw-r--r-- | README.md | 1 | ||||
| -rw-r--r-- | docs/sample-environment.yml | 3 |
2 files changed, 0 insertions, 4 deletions
@@ -15,7 +15,6 @@ The goal is a consistently deployed lab which can be defined with YAML for its c all: hosts: test-el8: - vm_name: "test-el8" os: "rhel8-unknown" kickstart: "el8.ks" iso_path: "/path/to/ios/AlmaLinux-8.7-x86_64-dvd.iso" diff --git a/docs/sample-environment.yml b/docs/sample-environment.yml index b04c051..3f2dcf6 100644 --- a/docs/sample-environment.yml +++ b/docs/sample-environment.yml @@ -1,17 +1,14 @@ all: hosts: test-el8: - vm_name: "test-el8" os: "rhel8-unknown" kickstart: "el8.ks" iso_path: "/path/to/ios/AlmaLinux-8.7-x86_64-dvd.iso" test-el9: - vm_name: "test-el9" os: "rhel9-unknown" kickstart: "el9.ks" iso_path: "/path/to/isos/AlmaLinux-9.1-x86_64-dvd.iso" test-f38: - vm_name: "test-f38" os: "fedora-unknown" kickstart: "f38.ks" iso_path: "/path/to/isos/Fedora-Server-dvd-x86_64-38-1.6.iso" |
