blob: 76dfe96f50eb001f9670a39f13a1b53702b160a4 [file] [log] [blame]
Zack Williams13644cc2020-08-30 15:16:43 -07001{
2 "_template": "../cookiecutters/role",
3 "author": "Open Networking Foundation",
4 "company": "Open Networking Foundation",
5 "description": "NSD DNS Server",
6 "email": "support@opennetworking.org",
7 "issue_tracker_url": "https://jira.opennetworking.org/",
8 "license": "Apache-2.0",
9 "min_ansible_version": "2.9.5",
10 "molecule_privileged": "true",
11 "platform": "deleteme",
12 "platforms": {
13 "Ubuntu": [
14 "16.04",
15 "18.04"
16 ]
17 },
18 "role_defaults": {
19 "example_default1": "example_value1",
20 "example_default2": "example_value2"
21 },
22 "role_name": "nsd",
23 "year": "2020"
24}