Skip to content

hybridops.network

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

Linux WAN simulation and validation roles for HybridOps, focused on strongSwan, FRR, and repeatable three-node WAN lab paths.

Dependencies: ansible.posix >=1.5.4 · ansible.utils >=3.0.0

Note

For production WAN automation (VyOS edge, site extensions, BGP peering), see hybridops.common — those roles are actively maintained and used by HybridOps.Core modules. hybridops.network covers Linux-only WAN compatibility paths.


Roles

Role Purpose
wan_edge Configure Linux WAN nodes with strongSwan route-based IPsec and FRR eBGP.
wan_validate Validate IPsec, BGP, routes, and reachability for the Linux WAN simulator.

Install

ansible-galaxy collection install hybridops.network

Or pin in requirements.yml:

collections:
  - name: hybridops.network
    version: ">=0.1.0"