blob: c2d05af9085f553987425fbee1417b09a0ec22d8 [file] [log] [blame]
Hyunsun Moona5c3f642020-11-11 02:53:03 -08001{
2 "_template": "../cookiecutters/role",
3 "author": "Open Networking Foundation",
4 "company": "Open Networking Foundation",
5 "description": "strongSwan IPSec VPN",
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": "strongswan",
23 "year": "2020"
24}