June 2020
Intermediate to advanced
410 pages
9h 52m
English
Before you can use Ansible for network automation, you need to make sure you have everything you need.
Based on the kind of connection method we are going to use, we need different dependencies. As an example, we are going to use a Cisco IOS device with network_cli connectivity.
The only requirements for Ansible network automation to work are as follows:
First, we need to check the Ansible version:
$ ansible --version
This will tell you the version of your Ansible installation.