Performing config changes with Nautobot and Ansible for Cisco IOS devices
Now we’ll shift gears from using multi-vendor modules to a vendor-specific module. We are going to update the dynamic and deploy configurations to the Cisco IOS devices.
Let’s look at the updated inventory file we’ll be using:
root@nautobot-dev:~/nautobot-book/chapter-10# cat nautobot-inventory-03.yml--- plugin: networktocode.nautobot.gql_inventory query: devices: name: location: name: config_context: interfaces: name: ip_addresses: address: mac_address: group_by: - location.name - platform.napalm_driver
This new inventory query adds two new fields to the response...