From 83d15afc6fd856ce55b71d4a49a8e891c589e277 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Thu, 23 Feb 2012 15:31:35 -0500 Subject: [PATCH] readme updates --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c86b062055b..6989e12ff8c 100644 --- a/README.md +++ b/README.md @@ -96,16 +96,25 @@ Features not supported from Func (yet?) * Delegation for treeish topologies * Asynchronous modes for polling long running operations +Existing library modules +======================== + + * ping + * facter + Future plans ============ * modules including: + * a command execution module * users, groups, files, permissions, etc * inventory gathering (w/ accompanying ansible-inventory & RSS) - * a command execution module + * very simple option constructing/parsing for modules * Dead-simple declarative configuration management engine using a runbook style recipe file, written in JSON or YAML - * facts engine, including exec'ing facter if present + * maybe it's own fact engine, not required, that also feeds from facter + * add/remove/list hosts from the command line + * list available modules from command line Author ======