blob: 92fe89fca229ae5d1361c42461a4fa84a008f661 [file] [log] [blame]
Zack Williams142f2b52020-11-22 19:35:44 -07001---
2# unbound 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 Williams8914f9e2022-06-02 16:44:44 -07008 role_name: unbound
9 namespace: onf
10
Zack Williams142f2b52020-11-22 19:35:44 -070011 author: Open Networking Foundation
12 description: Unbound Recursive DNS Server
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 - unbound
29
30dependencies: []