mirror of
https://github.com/geerlingguy/ansible-role-php-versions.git
synced 2024-11-22 10:25:40 +01:00
32 lines
644 B
YAML
32 lines
644 B
YAML
---
|
|
dependencies: []
|
|
|
|
galaxy_info:
|
|
# See: https://github.com/ansible/galaxy/issues/2393
|
|
# role_name: php-versions
|
|
author: geerlingguy
|
|
description: Allows different PHP versions to be installed.
|
|
company: "Midwestern Mac, LLC"
|
|
license: "MIT"
|
|
issue_tracker_url: https://github.com/geerlingguy/ansible-role-php-versions/issues
|
|
min_ansible_version: 2.4
|
|
platforms:
|
|
- name: EL
|
|
versions:
|
|
- all
|
|
- name: Debian
|
|
versions:
|
|
- all
|
|
- name: Ubuntu
|
|
versions:
|
|
- trusty
|
|
- xenial
|
|
- bionic
|
|
galaxy_tags:
|
|
- php
|
|
- web
|
|
- drupal
|
|
- vm
|
|
- magento
|
|
- wordpress
|