mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-06-20 17:15:46 +02:00
Some checks failed
Collection Docs / Build Ansible Docs (push) Has been cancelled
execution environment / Build and test EE (ansible-core devel @ RHEL UBI 9) (push) Has been cancelled
execution environment / Build and test EE (ansible-core 2.15 @ Rocky Linux 9) (push) Has been cancelled
nox / Run extra sanity tests (push) Has been cancelled
nox / ansible-test (push) Has been cancelled
Collection Docs / Publish Ansible Docs (push) Has been cancelled
32 lines
1 KiB
YAML
32 lines
1 KiB
YAML
---
|
|
# 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
|
|
|
|
# See https://docs.ansible.com/ansible/latest/dev_guide/collections_galaxy_meta.html
|
|
|
|
namespace: community
|
|
name: routeros
|
|
version: 3.8.0
|
|
readme: README.md
|
|
authors:
|
|
- Egor Zaitsev (github.com/heuels)
|
|
- Nikolay Dachev (github.com/NikolayDachev)
|
|
- Felix Fontein (github.com/felixfontein)
|
|
description: Modules and plugins for MikroTik RouterOS
|
|
license:
|
|
- GPL-3.0-or-later
|
|
# 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
|