blob: f437da59224f61799abf11d8f5ab87cc0c94bfe2 [file] [log] [blame]
Zack Williams13644cc2020-08-30 15:16:43 -07001---
2# nsd meta/main.yml
3#
4# SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org>
5# SPDX-License-Identifier: Apache-2.0
6
7galaxy_info:
8 author: Open Networking Foundation
9 description: NSD Authoritative DNS Server
10 company: Open Networking Foundation
11
12 issue_tracker_url: https://jira.opennetworking.org/
13
14 license: Apache-2.0
15
16 min_ansible_version: 2.9.5
17
18 platforms:
19 - name: Ubuntu
20 versions:
21 - "18.04"
22 - name: Debian
23 versions:
24 - "10"
25 - name: OpenBSD
26 versions:
27 - "6.8"
28
29 galaxy_tags:
30 - nsd
31
32dependencies: []