Add preliminary documentation links. (#10)

This commit is contained in:
Felix Fontein 2020-11-10 07:11:13 +01:00 committed by GitHub
parent 49ca4c0279
commit 95da72ce90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View file

@ -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.

View file

@ -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