From 0daf8af0a9279f67fe1164b6626411726e86934e Mon Sep 17 00:00:00 2001 From: spmfox Date: Mon, 26 Jun 2023 23:58:19 -0400 Subject: updating documentation --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 5d1e215..dd7b343 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,12 @@ 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``` +## Features +- Declare environment using Ansible inventory file +- Create and destroy ZFS datasets that contain VM images automatically +- Create and destroy VMs automatically +- Configure guest VM after creation, including register (and un-register) with Red Hat Subscription manager + ## Inventory File An example with multiple VMs and full options is located in the ```docs``` directory. -- cgit