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: about 1 year 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-03-04T19:07:41.000Z (over 1 year ago)
- Last Synced: 2025-04-07T06:03:30.362Z (about 1 year ago)
- Topics: ansible, ansible-playbook
- Language: Jinja
- Homepage:
- Size: 544 KB
- Stars: 117
- Watchers: 19
- Forks: 147
- Open Issues: 6
-
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)