mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-07-22 11:54:34 +02:00
Add preliminary documentation links. (#10)
This commit is contained in:
parent
49ca4c0279
commit
95da72ce90
2 changed files with 5 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
||||||
|
|
||||||
Provides modules for [Ansible](https://www.ansible.com/community) to manage [MikroTik RouterOS](http://www.mikrotik-routeros.net/routeros.aspx) instances.
|
Provides modules for [Ansible](https://www.ansible.com/community) to manage [MikroTik RouterOS](http://www.mikrotik-routeros.net/routeros.aspx) instances.
|
||||||
|
|
||||||
|
You can find [documentation for the modules and plugins in this collection here](https://ansible.fontein.de/collections/community/routeros/).
|
||||||
|
|
||||||
## Tested with Ansible
|
## 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.
|
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.
|
||||||
|
@ -21,6 +23,8 @@ The collection supports the `network_cli` connection.
|
||||||
- `community.routeros.command`
|
- `community.routeros.command`
|
||||||
- `community.routeros.facts`
|
- `community.routeros.facts`
|
||||||
|
|
||||||
|
You can find [documentation for the modules and plugins in this collection here](https://ansible.fontein.de/collections/community/routeros/).
|
||||||
|
|
||||||
## Using this collection
|
## Using this collection
|
||||||
|
|
||||||
See [Ansible Using collections](https://docs.ansible.com/ansible/latest/user_guide/collections_using.html) for general detail on using collections.
|
See [Ansible Using collections](https://docs.ansible.com/ansible/latest/user_guide/collections_using.html) for general detail on using collections.
|
||||||
|
|
|
@ -16,6 +16,7 @@ tags:
|
||||||
dependencies:
|
dependencies:
|
||||||
ansible.netcommon: '>=1.0.0'
|
ansible.netcommon: '>=1.0.0'
|
||||||
repository: https://github.com/ansible-collections/community.routeros
|
repository: https://github.com/ansible-collections/community.routeros
|
||||||
|
documentation: https://ansible.fontein.de/collections/community/routeros/
|
||||||
#documentation: https://github.com/ansible-collection-migration/community.routeros/tree/main/docs
|
#documentation: https://github.com/ansible-collection-migration/community.routeros/tree/main/docs
|
||||||
homepage: https://github.com/ansible-collections/community.routeros
|
homepage: https://github.com/ansible-collections/community.routeros
|
||||||
issues: https://github.com/ansible-collections/community.routeros/issues
|
issues: https://github.com/ansible-collections/community.routeros/issues
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue