mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-06-21 01:25:49 +02:00
24 lines
773 B
YAML
24 lines
773 B
YAML
# See https://docs.ansible.com/ansible/latest/dev_guide/collections_galaxy_meta.html
|
|
|
|
namespace: community
|
|
name: routeros
|
|
version: 0.1.0
|
|
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://github.com/ansible-collection-migration/community.routeros/tree/main/docs
|
|
homepage: https://github.com/ansible-collections/community.routeros
|
|
issues: https://github.com/ansible-collections/community.routeros/issues
|
|
build_ignore:
|
|
- .gitignore
|
|
- changelogs/.plugin-cache.yaml
|