In this recipe, we will outline how to install the Batfish container (the server component in the Batfish architecture) and start it, in order to start to interact with it from Ansible. This is a mandatory foundation step in order to start validating our network using Batfish.
Installing Batfish
Getting ready
As outlined in this chapter introduction, we will install Batfish on a separate Linux machine. This machine needs to have internet connectivity in order to be able to install Docker and pull down the Batfish container.
How to do it...
- Install Docker on the CentOS...