Search⌘ K
AI Features

Campus Configuration

Explore the process of automating campus network configurations using Ansible playbooks and dynamic templates. Understand how to safely execute changes sequentially on devices, validate configurations in check mode, and manage updates through repository branches. Gain skills to identify and troubleshoot playbook tasks and manage device-specific configurations efficiently.

We'll cover the following...

Now that the compiled output is available to use for validation, safely move forward using the data models and dynamic templates to take full control of the network configurations. At this point, there are changes that will be made in the first run of this playbook. Changes may have been performed manually to ensure parity between intent-based configurations and live running-configurations.

Either way, the next playbook should be executed with caution. Use verbose check mode and limit the device scope at first. This is to ensure there is awareness of the ...