From 496a2b7f56875955980092c06bcbbc448ab8228f Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Thu, 30 Aug 2012 20:28:58 -0300 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5375e33262a..0365dd9e6f1 100644 --- a/README.md +++ b/README.md @@ -40,16 +40,16 @@ inventory data storage. Talk to Cobbler and EC2, tweak the way things are logge * [Ansible-Plugins](https://github.com/ansible/ansible-plugins) -Scripts -======= +Scripts And Misc +================ Ansible isn't just a program, it's also an API. Here's some examples of some clever integrations with the "Runner" and also Playbook APIs, and integrations with other interesting pieces of software. -* [Ansible w/ Vagrant](https://github.com/dsander/vagrant-ansible) - dsander +* [Ansible Vagrant plugin](https://github.com/dsander/vagrant-ansible) - dsander +* [Ansible+Vagrant Tutorial](https://github.com/mattupstate/vagrant-ansible-tutorial) - mattupstate - * [virt-install](http://fedorapeople.org/cgit/skvidal/public_git/scripts.git/tree/ansible/start-prov-boot.py) - skvidal * [rebooting hosts](http://fedorapeople.org/cgit/skvidal/public_git/scripts.git/tree/ansible/host-reboot) - skvidal -* [Cobbler external inventory (demo)](https://github.com/ansible/ansible/blob/devel/examples/scripts/cobbler_external_inventory.py) - mpdehaan * [uptime (API demo)](https://github.com/ansible/ansible/blob/devel/examples/scripts/uptime.py) - mpdehaan Blogs & Articles