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
armohamm/devops-2
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
