ansible-php/meta/main.yml

35 lines
561 B
YAML
Raw Normal View History

2015-07-22 14:40:20 +07:00
---
galaxy_info:
2015-07-23 15:40:33 +07:00
author: Emilien Mantel
role_name: php
namespace: hanxhx
description: Install and configure PHP 7.x/8.x
2015-07-23 15:40:33 +07:00
company:
license: GPLv2
min_ansible_version: 2.11
2015-07-23 23:10:17 +07:00
platforms:
- name: Debian
versions:
- stretch
- buster
- bullseye
- name: Ubuntu
versions:
- bionic
- name: FreeBSD
versions:
- 11.0
- 11.1
- 12.0
2016-02-27 19:08:45 +07:00
galaxy_tags:
- development
- web
- php
- fpm
- php7
- php8
- debian
- ubuntu
- freebsd
2015-07-22 14:40:20 +07:00
dependencies: []