mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-08-04 02:04:33 +02:00
24 lines
761 B
YAML
24 lines
761 B
YAML
# See https://docs.ansible.com/ansible/latest/dev_guide/collections_galaxy_meta.html
|
|
|
|
namespace: community
|
|
name: routeros
|
|
version: 1.2.2
|
|
readme: README.md
|
|
authors:
|
|
- Egor Zaitsev (github.com/heuels)
|
|
- Nikolay Dachev (github.com/NikolayDachev)
|
|
description: Modules for MikroTik RouterOS
|
|
license_file: COPYING
|
|
tags:
|
|
- network
|
|
- mikrotik
|
|
- routeros
|
|
dependencies:
|
|
ansible.netcommon: '>=1.0.0'
|
|
repository: https://github.com/ansible-collections/community.routeros
|
|
documentation: https://docs.ansible.com/ansible/devel/collections/community/routeros/
|
|
homepage: https://github.com/ansible-collections/community.routeros
|
|
issues: https://github.com/ansible-collections/community.routeros/issues
|
|
build_ignore:
|
|
- .gitignore
|
|
- changelogs/.plugin-cache.yaml
|