Skip to content

armohamm/devops-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tools for Network Automation.

screenshot

NetEng/ │ ├── bin/ │ ├── data/ │ ├── hostlist.csv │ └── output.txt │ ├── docs/ │ ├── ddlogin.md │ ├── dmodel.md │ └── subnetd.md │ ├── NetEng/ │ ├── init.py │ ├── runner.py │ │ │ ├── ddlogin/ │ │ ├── init.py │ │ ├── ddlogin.py │ │ └── helpers.py │ │ │ ├── dmodel/ │ │ ├── init.py │ │ └── dmodel.py │ │ │ └── subnetd/ │ ├── init.py │ └── subnetd.py │ ├── tests/ │ ├── ddlogin │ │ ├── ddlogin_tests.py │ │ └── helpers_tests.py │ │ │ ├── dmodel/ │ │ └── dmodel_tests.py │ │ │ └── subnetd/ │ └── subnetd_tests.py │
├── .gitignore ├── devops.jpg ├── LICENSE ├── README.md ├── requirements.txt └── setup.py

About

Python 3 Scripts for network task automation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages