diff --git a/README.md b/README.md index 16c7257..f1ab37a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Ansible Collection - dseeley.esxifree_guest -This plugin can be used to create new ESXi virtual machines, including cloning from templates or other virtual machines. +These modules can be used to get the info from, and create new ESXi virtual machines, including cloning from templates or other virtual machines. It does so using direct SOAP calls and Paramiko SSH to the host - without using the vSphere API - meaning it can be used on the free hypervisor. diff --git a/galaxy.yml b/galaxy.yml index dc91735..ceec68d 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -9,7 +9,7 @@ readme: README.md authors: - Dougal Seeley -description: This plugin can be used to create new ESXi virtual machines, including cloning from templates or other virtual machines. +description: These Ansible modules get the info from, or create (or clone), ESXi virtual machines. They use direct SOAP calls and Paramiko SSH, to allow usage on the free hypervisor. #license: #- BSD-3-Clause