blob: 0b44b1a1fa89355d6a2a05fa4e5d4ec3321f3e04 [file] [log] [blame]
Zack Williamsb313bae2020-04-22 22:00:53 -07001---
2# nginx meta/main.yml
3#
4# SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org>
5# SPDX-License-Identifier: Apache-2.0
6
7galaxy_info:
Wei-Yu Chen56787912022-04-11 21:33:02 +08008 role_name: nginx
Zack Williamsb313bae2020-04-22 22:00:53 -07009 author: Open Networking Foundation
10 description: NGINX Web Server
11 company: Open Networking Foundation
12
13 issue_tracker_url: https://jira.opennetworking.org/
14
15 license: Apache-2.0
16
17 min_ansible_version: 2.9.5
18
19 platforms:
20 - name: Ubuntu
21 versions:
22 - "18.04"
23
24 galaxy_tags:
25 - nginx
26
27dependencies: []