Skip to content

Simple ansible code to grab network values with ping success tester - Made for university dissertation

Notifications You must be signed in to change notification settings

copvampire/Ansible_Benchmarker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible_Benchmarker

|-----------|eth0      e1|----------|            |----------|
|  Ansible  |------------|  Switch  |            |  Switch  |
|-----------|            |----------|            |----------|
                               |e0                     |e0
                               |                       |
                               |                       |
                               |                       |
                               |G0/0               G0/0|
                         |-----------|       G0/1|-----------|
                         |  Router1  |-----------|  Router2  |
                         |-----------|G0/1       |-----------|
Ansible:
eth0 - 192.168.0.2

Router 1:
G0/0 - 192.168.0.1
G0/1 - 10.1.1.1

Router 2:
G0/0 - 192.168.1.1
G0/1 - 10.1.1.2


File Tree:
etc/ansible/
├── benchmarks/
├── filters/
│   ├── combine_routers.py
│   ├── filter_mtu.py
│   └── filter_ping.py
├── group_vars/
│   └── routers.yml
├── host_vars/
├── hosts
├── logs/
├── playbook/
│   └── show_MTU.yml
├── roles/
└── templates/
    └── results.j2

About

Simple ansible code to grab network values with ping success tester - Made for university dissertation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages