Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/network-automation/toolkit
Ansible Content Collection for common network functions like dynamic documentation
https://github.com/network-automation/toolkit
ansible ansible-playbook
Last synced: 1 day ago
JSON representation
Ansible Content Collection for common network functions like dynamic documentation
- Host: GitHub
- URL: https://github.com/network-automation/toolkit
- Owner: network-automation
- License: gpl-3.0
- Created: 2018-10-17T21:02:55.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-19T15:30:22.000Z (8 months ago)
- Last Synced: 2025-01-01T05:16:11.521Z (8 days ago)
- Topics: ansible, ansible-playbook
- Language: Jinja
- Homepage:
- Size: 558 KB
- Stars: 114
- Watchers: 20
- Forks: 144
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: changelogs/config.yaml
- License: LICENSE
- Codeowners: docs/CODEOWNERS
Awesome Lists containing this project
README
# Red Hat Ansible Automation Platform - Network Tool Kit
This is an Ansible Content Collection focused on the network automation domain. It contains roles and playbooks to help people quickly adopt some network automation use-cases with Ansible Automation Platform.
## Install
You can install this Ansible content with ansible-galaxy
```
ansible-galaxy collection install network.toolkit
```## Ansible Network Automation Workshop
This Ansible Network Collection is used in conjunction with the Ansible Network Automation Workshop. The workshops are instructor-led exercises to teach Ansible Automation.
Please refer to rollowing links for more information and perscriptive exercises:
- The Workshops Landing Page - [https://ansible.github.io/workshops](https://ansible.github.io/workshops)
- The Github Source - [https://www.github.com/ansible/workshops](https://www.github.com/ansible/workshops)## Network roles
- [network.toolkit.backup](roles/backup/README.md)
- [network.toolkit.banner](roles/banner/README.md)
- [network.toolkit.build_report](roles/build_report/README.md)
- [network.toolkit.facts](roles/facts/README.md)
- [network.toolkit.l3_interface](roles/l3_interface/README.md)
- [network.toolkit.reload](roles/reload/README.md)
- [network.toolkit.restore](roles/restore/README.md)
- [network.toolkit.system](roles/system/README.md)
- [network.toolkit.user](roles/user/README.md)# License
[GNU General Public License v3.0 or later](LICENSE)