In this recipe, we'll enhance our Ansible environment to work with JUNOS devices by making some changes. We'll use the core modules that ship with Ansible 2.1 and greater in order to remotely execute commands on the JUNOS devices.
Configuring Ansible for JUNOS
Getting ready
In order to complete this recipe, you should have completed the previous recipe, Installing Ansible, and you'll need access to a JUNOS device for testing.
How to do it..
We're going to install the specific Python modules that enable the Ansible JUNOS_* modules to effectively communicate...