diff options
| author | spmfox <spmfox@foxwd.com> | 2023-06-26 23:51:02 -0400 |
|---|---|---|
| committer | spmfox <spmfox@foxwd.com> | 2023-06-26 23:51:02 -0400 |
| commit | 4f9e5556047ff4ce80a901a4438b1cd18a42eb1c (patch) | |
| tree | 3572194f42977d306c2c0030c63e8a81a70007d4 /README.md | |
| parent | 5399d6d581a919b9b49a4c933cf9dd485f59f91d (diff) | |
updating documentation
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 13 |
1 files changed, 2 insertions, 11 deletions
@@ -11,17 +11,8 @@ Kickstart is optional, however automated installation is only supported via Kick - ```ansible-playbook -i inventories/your-inventory.yml vm-create.yml``` - ```ansible-playbook -i inventories/your-inventory.yml vm-delete.yml``` -## Absolute minimum environment file -```yaml -all: - hosts: - test-el8: - iso_path: "/path/to/ios/CentOS-Stream-8-20230612.0-x86_64-dvd1.iso" - vars: - hypervisor_host: "hypervisor.fqdn" - parent_dataset: "zfs-parent-dataset/zfs-child-dataset" -``` -This example has no automated install and no guest configuration. An example with multiple VMs and full options is located in the ```docs``` directory. +## Inventory File +An example with multiple VMs and full options is located in the ```docs``` directory. ## Requirements - Ansible |
