Module vsphere_boot to boot VMWare virtual machine using specific media

pull/4420/head
Dag Wieers 2012-10-10 00:29:59 +02:00
parent de912381ac
commit 0ebc46628a
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ Ansible modules are a way of adding new client-side logic to ansible. They can
* [mercurial](https://github.com/bradobro/ansible-module-mercurial) - bradobro
* [zypper (bash module example)](https://github.com/jpmens/ansible-zypp) - jp_mens
* [homebrew](https://gist.github.com/3170079) - swehack
* [vsphere_boot](https://github.com/dagwieers/ansible-vsphere-boot) - dagwieers
Python modules using 0.6 and later can use the common "AnsibleModule" class to dramatically reduce
the amount of boilerplate code required. Not all modules above yet take advantage of this feature.