aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspmfox <spmfox@foxwd.com>2023-06-26 23:58:19 -0400
committerspmfox <spmfox@foxwd.com>2023-06-26 23:58:19 -0400
commit0daf8af0a9279f67fe1164b6626411726e86934e (patch)
tree7bf26107398fb5f21e8b5b880b6e1dd6a81cd43e
parent3db0c1a7afd270a7ca1593d25ee4012f224da922 (diff)
updating documentation
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
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.