Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1022 Bytes

File metadata and controls

23 lines (14 loc) · 1022 Bytes

BoltDynamicInventory

A Bolt inventory generator for VMs on various providers including orbstack and vmpooler.

Prerequisites

System Dependencies

  • Ruby (version 2.7 or later)
  • nmap (required for VMPooler connectivity filtering). For example, brew install nmap
  • floaty (required for VMPooler). For example, gem install floaty.
  • bolt

Usage

This bolt_dynamic_inventory gem queries either VMPooler or Orbstack and generates a Bolt inventory. It can be used in 2 ways:

This repository also explains How to create a basic dynamic inventory plugin.

For a listing of various how-to guides and design decisions, see the documentation.