diff options
| author | spmfox <spmfox@foxwd.com> | 2023-06-26 23:58:19 -0400 |
|---|---|---|
| committer | spmfox <spmfox@foxwd.com> | 2023-06-26 23:58:19 -0400 |
| commit | 0daf8af0a9279f67fe1164b6626411726e86934e (patch) | |
| tree | 7bf26107398fb5f21e8b5b880b6e1dd6a81cd43e /README.md | |
| parent | 3db0c1a7afd270a7ca1593d25ee4012f224da922 (diff) | |
updating documentation
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |
