In order to integrate Batfish with Ansible, we need to install the required Python packages. Doing so will allow Ansible to communicate with the Batfish server. In this recipe, we will outline how to install these Python packages, as well as how to install the required Ansible roles needed to run the required Batfish Ansible modules.
Integrating Batfish with Ansible
Getting ready
In order to follow along with this recipe, the Ansible controller must have internet connectivity. This will allow us to install the required dependencies for Batfish.
How to do it...
- Install...