From 4f9e5556047ff4ce80a901a4438b1cd18a42eb1c Mon Sep 17 00:00:00 2001 From: spmfox Date: Mon, 26 Jun 2023 23:51:02 -0400 Subject: updating documentation --- README.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 2c16d37..30952f4 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit