From e8b0b0731153d21bdbb454093a0c2f7fba70cda6 Mon Sep 17 00:00:00 2001 From: Dag Wieers Date: Wed, 10 Oct 2012 00:20:23 +0200 Subject: [PATCH] Module network_facts to gather facts based on network information --- contrib/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/README.md b/contrib/README.md index 0f147615748..4ef38f90433 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 +* [network_facts](https://github.com/dagwieers/ansible-network-facts) - 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.