Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jklaiber/techwebinar_automated-network-device-backup
MyLearning Tech Webinar Automated Network Device Backup
https://github.com/jklaiber/techwebinar_automated-network-device-backup
Last synced: 13 days ago
JSON representation
MyLearning Tech Webinar Automated Network Device Backup
- Host: GitHub
- URL: https://github.com/jklaiber/techwebinar_automated-network-device-backup
- Owner: jklaiber
- Created: 2020-04-09T11:57:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-04-14T16:32:17.000Z (over 4 years ago)
- Last Synced: 2023-03-08T19:47:08.635Z (almost 2 years ago)
- Language: Python
- Size: 559 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MyLearning Tech Webinar Automated Network Device Backup
Here you can find all the material which was used for the tech webinar.
If you want to know more about these topics you are welcome to visit our [website](https://mylearning.ch) or contact us directly.
There is also a [blog](https://mylearning.ch/blog/676) post (in german) on the same topic.## Ansible
When you want to try out the Ansible Playbooks don't forget to edit the backup paths, inventory files and add a Ansible-Vault file.## Infrastructure
When you want to build your own test environment, you can find more information below.### AWX
To start a local Ansible AWX instance you can simply execute the command below:
```bash
docker-compose up -d
```### NetBox
To start a local NetBox instance you can find more information [here](https://github.com/netbox-community/netbox-docker), or you can use the commands below (simply past it in your terminal):
```bash
git clone -b release https://github.com/netbox-community/netbox-docker.git
cd netbox-docker
tee netbox-docker.override.yml <