In this recipe, we will outline how to push the configuration to the Arista devices. We will use the configuration that we have generated in the previous recipes to provision the devices in our topology. We will learn how to interact with the Arista configuration using the suitable Ansible module, in order to correctly provision the devices as per the intended network design.
Deploying the configuration on Arista devices
Getting ready
This recipe requires eAPI to be enabled on the Arista devices.
How to do it...
In the pb_arista_dc_fabric.yml file, add the following task...