2020-10-26 07:28:29 +00:00
|
|
|
# See https://docs.ansible.com/ansible/latest/dev_guide/collections_galaxy_meta.html
|
|
|
|
|
|
|
|
namespace: community
|
2020-10-26 14:33:47 +01:00
|
|
|
name: routeros
|
2024-03-16 20:48:53 +01:00
|
|
|
version: 1.2.2
|
2020-10-26 07:28:29 +00:00
|
|
|
readme: README.md
|
|
|
|
authors:
|
2020-10-26 14:33:47 +01:00
|
|
|
- Egor Zaitsev (github.com/heuels)
|
|
|
|
- Nikolay Dachev (github.com/NikolayDachev)
|
|
|
|
description: Modules for MikroTik RouterOS
|
2020-10-26 07:28:29 +00:00
|
|
|
license_file: COPYING
|
|
|
|
tags:
|
2020-10-26 14:33:47 +01:00
|
|
|
- network
|
|
|
|
- mikrotik
|
|
|
|
- routeros
|
|
|
|
dependencies:
|
|
|
|
ansible.netcommon: '>=1.0.0'
|
|
|
|
repository: https://github.com/ansible-collections/community.routeros
|
2021-07-07 13:29:49 +02:00
|
|
|
documentation: https://docs.ansible.com/ansible/devel/collections/community/routeros/
|
2020-10-26 14:33:47 +01:00
|
|
|
homepage: https://github.com/ansible-collections/community.routeros
|
|
|
|
issues: https://github.com/ansible-collections/community.routeros/issues
|
2020-10-26 07:28:29 +00:00
|
|
|
build_ignore:
|
|
|
|
- .gitignore
|
|
|
|
- changelogs/.plugin-cache.yaml
|