Skip to main content
  1. Tags/

cisco_ios

2019


Ansible Saving Cisco Configs to NVRAM with Cisco Specific Modules

·1829 words·9 mins
Today I’m going to take a look at a method to be able to save the configuration of a Cisco device to NVRAM (copy run start). I will be taking a look at multiple Cisco platforms to save changes done during an Ansible Playbook to NVRAM. There are options to save the configuration on every change within the modules such as ios_config or cli_config, however, this can slow down the execution of your playbook.