Automation Operations

Overview

Central repository for automation artifacts that generate configurations across the Domus Digitalis infrastructure:

  • Network automation - Switch configs, 802.1X, Catalyst Center templates

  • Infrastructure automation - Server provisioning, cloud-init, Ansible

  • Automation patterns - GitOps workflows, CI/CD integration

Area Description

Network Templates

Jinja2 templates for Cisco switches, 802.1X deployment, Catalyst Center

Infrastructure Templates

Server provisioning, cloud-init, Terraform modules

Automation Patterns

GitOps workflows, Nornir task patterns, CI/CD pipelines

Integration

This component integrates with:

  • netapi CLI (netapi-docs) - Network automation tool

  • Infrastructure Ops (infra-ops) - Runbooks and procedures

  • ISE Operations (ise-ops) - 802.1X policy configuration

Template Philosophy

Source of Truth (YAML/NetBox)
        │
        ▼
    Jinja2 Template (.j2)
        │
        ▼
    Generated Config
        │
        ▼
    Deployment (Nornir/Ansible)

All templates follow infrastructure-as-code principles with version control and peer review.