September 2018
Beginner to intermediate
214 pages
5h 53m
English
This module allows its user to modify the IOS running configuration of a Cisco device. The following example playbook will show how we can alter some configurations of the Cisco switch:
- name: change switch hostname to match the one set in the inventory ios_config: ines: hostname {{ inventory_hostname }} - name: change IP helper config for DHCP requests sent into the device ios_config: lines: ip helper-address 192.168.10.1
Read now
Unlock full access