ansible-php/meta/main.yml

36 lines
583 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
company: TripleStack
2015-07-23 15:40:33 +07:00
license: GPLv2
min_ansible_version: '2.11'
2015-07-23 23:10:17 +07:00
platforms:
- name: Debian
versions:
- buster
- bullseye
2023-05-30 17:32:39 +07:00
- bookworm
- 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: []