.github/workflows | ||
changelogs | ||
meta | ||
plugins | ||
tests | ||
.gitignore | ||
CHANGELOG.rst | ||
COPYING | ||
galaxy.yml | ||
README.md |
Community RouterOS Collection
Provides modules for Ansible to manage MikroTik RouterOS instances.
Tested with Ansible
Tested with both the current Ansible 2.9 and 2.10 releases and the current development version of Ansible. Ansible versions before 2.9.10 are not supported.
External requirements
The exact requirements for every module are listed in the module documentation.
Supported connections
Included content
- community.routeros.api
- community.routeros.command
- community.routeros.facts
Using this collection
See Ansible Using collections for more details.
Contributing to this collection
We're following the general Ansible contributor guidelines; see Ansible Community Guide.
If you want to clone this repositority (or a fork of it) to improve it, you can proceed as follows:
- Create a directory
ansible_collections/community
; - In there, checkout this repository (or a fork) as
routeros
; - Add the directory containing
ansible_collections
to your ANSIBLE_COLLECTIONS_PATH.
See Ansible's dev guide for more information.
Release notes
See the changelog.
Roadmap
We plan to regularly release minor and patch versions, whenever new features are added or bugs fixed. Our collection follows semantic versioning, so breaking changes will only happen in major releases.
More information
- Ansible Collection overview
- Ansible User guide
- Ansible Developer guide
- Ansible Collections Checklist
- Ansible Community code of conduct
- The Bullhorn (the Ansible Contributor newsletter)
- Changes impacting Contributors
Licensing
GNU General Public License v3.0 or later.
See COPYING to see the full text.