Skip to content

hybridops.app

Version: 0.1.5 · License: MIT-0 · GitHub · Ansible Galaxy

Application and platform roles for HybridOps, including Jenkins, RKE2, NetBox, Moodle, and core Linux/Windows services.

Dependencies: hybridops.common >=0.1.0 · hybridops.helper >=0.1.0


Roles

Role Purpose
eveng Automated EVE-NG installation and configuration
jenkins_agents_docker Configure a Docker-based Jenkins bootstrap agent on the control node.
jenkins_controller Deploy a Jenkins controller on a Linux control node using Docker Compose v2, with controller-only defaults and Configuration as Code (JCasC).
netbox_service Deploy NetBox via Docker Compose.
pgbackrest_repo Normalize pgBackRest repo settings for Autobase (S3, GCS, or Azure Blob).

Install

ansible-galaxy collection install hybridops.app

Or pin in requirements.yml:

collections:
  - name: hybridops.app
    version: ">=0.1.5"