blob: 1eb961fd18f2b214477780f43674d73ee7410f30 [file] [log] [blame]
Hyunsun Moonc49a8642020-11-11 14:58:47 -08001---
2# bird meta/main.yml
3#
4# SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org>
5# SPDX-License-Identifier: Apache-2.0
6
7galaxy_info:
Zack Williams4761d6f2022-03-28 16:42:09 -07008 role_name: bird
9 namespace: onf
10
Hyunsun Moonc49a8642020-11-11 14:58:47 -080011 author: Open Networking Foundation
12 description: BIRD routing daemon
13 company: Open Networking Foundation
14
15 issue_tracker_url: https://jira.opennetworking.org/
16
17 license: Apache-2.0
18
19 min_ansible_version: 2.9.5
20
21 platforms:
Zack Williams4761d6f2022-03-28 16:42:09 -070022 - name: ubuntu
Hyunsun Moonc49a8642020-11-11 14:58:47 -080023 versions:
Zack Williams4761d6f2022-03-28 16:42:09 -070024 - bionic
25 - name: Debian
26 versions:
27 - bullseye
Hyunsun Moonc49a8642020-11-11 14:58:47 -080028
29 galaxy_tags:
30 - bird
Zack Williams4761d6f2022-03-28 16:42:09 -070031 - bgp
Hyunsun Moonc49a8642020-11-11 14:58:47 -080032
33dependencies: []