Ansible Playbook for DHCP & OSPF Automation on Cisco IOS
Configure IP Address, DHCP Server and OSPF automatically using Ansible
This repository contains an Ansible Playbook to Configure IP Address, DHCP Server and OSPF on Cisco IOS network devices automatically. You can automate OSPF & DHCP Configuration with differents topologies using this script. You just need to edit the vars file to meet the topology that you have. The vars file is located in https://github.com/arrosid/ansible_ospf_dhcp/blob/master/roles/generate_config/vars/main.yml
Requires
Supports
- This script provides support for Cisco IOS
How to use
- Ensure you setup the topology
- Configure Management IP Address and enable SSH in the router
- Ensure you have ansible installed on your computer
- Edit the vars file to meet your topology
- Run the script ansible-playbook site.yml