From 9f09a6eb5914cce15ecaaacd54b9e2ee1b3043b9 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 17 Nov 2014 18:42:12 +0100 Subject: [PATCH] Add initial information to readme. --- README.md | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e2c69d..8bdde35 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,28 @@ saltinventory ============= -Salt inventory application +This application retrieves some information from all running and reachable salt minnions and creates some html pages. + +At current state these salt calls are made: + +* grains.items +* network.interfaces + +and these pages are created: + +* List of all hosts +* List of all networks +* Detail page for each host +* Detail page for each network + +# Requirements + +* Salt +This application must run on a salt master +* python-netaddr + +# Instructions + +* Clone repository +* Run saltinventory.py +* Open www/hostlist.html in your browser