blob: 6e7e836059f9744aa5601bd66ed38f4924a8be9a [file] [log] [blame]
Zack Williams15c09e72020-10-14 21:30:57 -07001---
2# php 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 Williams4f151902022-09-05 12:08:19 -07008 role_name: php
9 namespace: onf
10
Zack Williams15c09e72020-10-14 21:30:57 -070011 author: Open Networking Foundation
12 description: PHP with FastCGI for nginx webserver
13 company: Open Networking Foundation
14
15 issue_tracker_url: https://jira.opennetworking.org/
16
17 license: Apache-2.0
18
Zack Williams4f151902022-09-05 12:08:19 -070019 min_ansible_version: 2.10.17
Zack Williams15c09e72020-10-14 21:30:57 -070020
21 platforms:
Zack Williams4f151902022-09-05 12:08:19 -070022 - name: ubuntu
Zack Williams15c09e72020-10-14 21:30:57 -070023 versions:
Zack Williams4f151902022-09-05 12:08:19 -070024 - bionic
Zack Williams15c09e72020-10-14 21:30:57 -070025 - name: Debian
26 versions:
Zack Williams4f151902022-09-05 12:08:19 -070027 - bullseye
Zack Williams15c09e72020-10-14 21:30:57 -070028
29 galaxy_tags:
30 - php
31
32dependencies: []