2022-07-18 23:16:54 +02:00
|
|
|
---
|
|
|
|
# Copyright (c) Ansible Project
|
|
|
|
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
|
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
|
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-10-18 21:01:46 +02:00
|
|
|
version: 3.0.0
|
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)
|
2022-05-24 18:39:30 +02:00
|
|
|
- Felix Fontein (github.com/felixfontein)
|
2024-07-08 15:59:21 +02:00
|
|
|
description: Modules and plugins for MikroTik RouterOS
|
2022-07-18 23:16:54 +02:00
|
|
|
license:
|
|
|
|
- GPL-3.0-or-later
|
|
|
|
#license_file: COPYING
|
2020-10-26 07:28:29 +00:00
|
|
|
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
|