blob: 873f9238c711bb63dd2b5220fb2f64b677f65af0 [file] [log] [blame]
Zack Williams048c6832020-08-02 21:14:35 -07001---
2# netbox 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 Williams3cfdc002021-09-19 13:34:13 -07008 role_name: netbox
9 namespace: onf
10
Zack Williams048c6832020-08-02 21:14:35 -070011 author: Open Networking Foundation
12 description: NetBox IPAM System
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:
22 - name: Ubuntu
23 versions:
24 - "16.04"
25 - "18.04"
26
27 galaxy_tags:
28 - netbox
29
30dependencies: []