Initial commit of PHP role
- Added packages needed to run Wordpress on main ONF website
Change-Id: Id810213e5cd3696310780a4b6799b471501d2184
diff --git a/meta/main.yml b/meta/main.yml
new file mode 100644
index 0000000..7999508
--- /dev/null
+++ b/meta/main.yml
@@ -0,0 +1,29 @@
+---
+# php meta/main.yml
+#
+# SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org>
+# SPDX-License-Identifier: Apache-2.0
+
+galaxy_info:
+ author: Open Networking Foundation
+ description: PHP with FastCGI for nginx webserver
+ company: Open Networking Foundation
+
+ issue_tracker_url: https://jira.opennetworking.org/
+
+ license: Apache-2.0
+
+ min_ansible_version: 2.9.5
+
+ platforms:
+ - name: Ubuntu
+ versions:
+ - "18.04"
+ - name: Debian
+ versions:
+ - "10"
+
+ galaxy_tags:
+ - php
+
+dependencies: []