Zack Williams | 15c09e7 | 2020-10-14 21:30:57 -0700 | [diff] [blame] | 1 | { |
| 2 | "_template": "../cookiecutters/role", |
| 3 | "author": "Open Networking Foundation", |
| 4 | "company": "Open Networking Foundation", |
| 5 | "description": "PHP with FastCGI for nginx webserver", |
| 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": "php", |
| 23 | "year": "2020" |
| 24 | } |