Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 878 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 878 Bytes

Servus

(it's a working title)

The goal of this project is to implement the additional services needed for a stand alone sensor deployment on an isolated network segment. The goal is to implement the core infrastructure services to enable deployment of RockNSM, CAPESstack, and similar projects by meeting the prerequisite needs on baremetal and possibly appliances, as needed.

Project Layout

ansible/   # Contains ansible playbooks and roles
contrib/   # Contains additional project-related tools/scripts
docs/      # Contains project documentation written in markdown for mkdocs
tools/     # Contains scripts that aid the usage of servus
tests/     # Contains code/scripts that will aid in testing servus functionality

This layout was adapted from kolla-ansible