aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspmfox <spmfox@foxwd.com>2023-06-26 23:51:02 -0400
committerspmfox <spmfox@foxwd.com>2023-06-26 23:51:02 -0400
commit4f9e5556047ff4ce80a901a4438b1cd18a42eb1c (patch)
tree3572194f42977d306c2c0030c63e8a81a70007d4
parent5399d6d581a919b9b49a4c933cf9dd485f59f91d (diff)
updating documentation
-rw-r--r--README.md13
1 files changed, 2 insertions, 11 deletions
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