hybridops.helper¶
Version: 0.1.4 · License: MIT-0 · GitHub · Ansible Galaxy
Helper roles for HybridOps, focused on EVE-NG content handling, inventory export, NetBox integration, and reusable operational checks.
Dependencies: hybridops.common >=0.1.0
Roles¶
| Role | Purpose |
|---|---|
eveng_healthcheck |
Health check and validation for EVE-NG installations |
eveng_images |
Deploy network device images to EVE-NG from various sources |
eveng_labs |
Deploy and manage EVE-NG lab topologies under /opt/unetlab/labs |
netbox_seed |
Orchestrate NetBox seeding on a control node using the HybridOps.Tech helper pipeline (export -> ipam -> vms -> devices) with optional evidence capture. |
Install¶
ansible-galaxy collection install hybridops.helper
Or pin in requirements.yml:
collections:
- name: hybridops.helper
version: ">=0.1.4"
Related¶
- hybridops.app — EVE-NG service role
- Galaxy Collections overview