← Back to Home

Ansible

Project Overview

In modern network environments, the frequent addition and removal of devices can make network management complex and prone to human error. Automation tools help streamline these processes, improve efficiency, and reduce mistakes. This project leverages Ansible, a powerful automation platform, to simplify network device configuration and management in a virtual lab environment.

Objective

Network Topology

The network topology for this project is intentionally simple to provide a clear learning path. It consists of:

Image/s

Network Topology
Network Topology

Implementation Steps

  1. Set up a Virtual Machine: Installed Debian to host the Ansible automation server.
  2. Deploy Virtual Network Devices: Configured virtual routers and switches within the EVE-NG lab environment to act as targets for automation.
  3. Create Ansible Playbooks: Developed playbooks to automate repetitive tasks such as interface configuration, VLAN assignment, and basic network verification.
  4. Execute Playbooks and Display Results: Ran the playbooks and documented the outcomes to verify successful automation and identify areas for improvement.

Results

The project demonstrated successful automation of network device configuration using Ansible. The playbooks executed tasks consistently and produced predictable results, significantly reducing the time required for manual configuration.

Image/s

Playbook
Playbook
Results
Results of Playbook

Automation Professional Experience

  1. No professional experience using Ansible.
  2. Automox: Worked on patch management automation, including scheduling and deployment of updates across multiple systems.
  3. PowerShell Scripting: Automated patch management processes by creating scripts that check for installed applications and execute updates in parallel on multiple machines, typically 10 at a time.