ansible-php/meta/main.yml

31 lines
512 B
YAML

---
galaxy_info:
author: Emilien Mantel
namespace: HanXHX
role_name: php
description: Install and configure PHP 7.x/8.x
company: TripleStack
license: GPLv2
min_ansible_version: "2.18"
platforms:
- name: Debian
versions:
- bullseye
- bookworm
- trixie
- name: Ubuntu
versions:
- focal
- jammy
- noble
galaxy_tags:
- development
- web
- php
- fpm
- php7
- php8
- debian
- ubuntu
dependencies: []