From 616cfd27b2ade189d34ac1cb81597a49ac8c8a5d Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Wed, 25 Jul 2012 20:29:13 -0300 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index aad0deea96a..7d48c6bb0e3 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,18 @@ done for reference. * [Ganglia (demo)](https://github.com/mpdehaan/ansible-examples) - mpdehaan * [Nginx](http://www.capsunlock.net/2012/04/ansible-nginx-playbook.html) - cocoy +Scripts +======= + +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. + +* [virt-install + Ansible provisioning](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 +* [EC2 external inventory](https://github.com/ansible/ansible/blob/devel/examples/scripts/ec2_external_inventory.py) - pas256 +* [Cobbler external inventory (demo)](https://github.com/ansible/ansible/blob/devel/examples/scripts/cobbler_external_inventory.py) +* [uptime (API demo)](https://github.com/ansible/ansible/blob/devel/examples/scripts/uptime.py) - mpdehaan + Blogs & Articles ================