OcNOS SP : Ansible
Ansible
Overview
Ansible is an open-source automation platform. Use this document to automate repetitive work like, push the same config (e.g., OSPF, BGP, interfaces) to many devices in one run. Execute verification checks (show commands, pings, validations) automatically after changes.
You describe desired state in YAML files called playbooks. It then connects to devices/servers (over SSH, Netconf, HTTP APIs, etc.) and executes tasks to reach that state. It does not require an agent instead, only connectivity (SSH/Netconf/etc.,) is required. It is a ideal for declarative network configuration and repeatable lab / production workflows.
Target Users
This document targets network operators, platform engineers, and system administrators responsible for managing OcNOS-based deployments. It assumes working knowledge of standard networking practices, CLI navigation, and basic system administration.
For detailed information on Ansible topics and configurations, refer to the Ansible Configuration Guide.