summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDag Wieers <dag@wieers.com>2012-10-10 00:29:59 +0200
committerDag Wieers <dag@wieers.com>2012-10-10 00:29:59 +0200
commit0ebc46628a33ea5e404e428cb098eb2f2d3d4691 (patch)
treef6ec958fcc8a2f2ce9e50cb1f701c221faa84c53
parentde912381ac5e077588c66b215a98ac214f6e76bf (diff)
downloadansible-0ebc46628a33ea5e404e428cb098eb2f2d3d4691.tar.gz
Module vsphere_boot to boot VMWare virtual machine using specific media
-rw-r--r--contrib/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/README.md b/contrib/README.md
index 0f14761574..8d6e115a51 100644
--- a/contrib/README.md
+++ b/contrib/README.md
@@ -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.