No description
This repository has been archived on 2025-02-01. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2014-11-17 18:43:26 +01:00
templates Add application files. 2014-11-17 18:34:58 +01:00
www Add hidden files to track directories. 2014-11-17 18:36:33 +01:00
.gitignore Fix excludes. 2014-11-17 18:34:44 +01:00
README.md Fix layout. 2014-11-17 18:43:26 +01:00
saltinventory.py Add application files. 2014-11-17 18:34:58 +01:00

saltinventory

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