Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drunomics/ansible-role-php
Ansible role that installs php.
https://github.com/drunomics/ansible-role-php
Last synced: about 2 months ago
JSON representation
Ansible role that installs php.
- Host: GitHub
- URL: https://github.com/drunomics/ansible-role-php
- Owner: drunomics
- Created: 2015-03-03T14:14:54.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T17:56:43.000Z (9 months ago)
- Last Synced: 2024-05-02T12:24:36.391Z (9 months ago)
- Language: Python
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 15
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# drunomics.php
[![Build Status](https://travis-ci.org/drunomics/ansible-role-php.svg?branch=master)](https://travis-ci.org/drunomics/ansible-role-php)Ansible role that installs php. Optionally with xdebug, xhprof.
Distribution: Ubuntu (tested on 14.04)
Supported PHP versions:
- PHP 5.5
- PHP 5.6
- PHP 7.0
- PHP 7.1
- PHP 7.2## Requirements
None.## Dependencies
None.## Supported variables
The PHP version may be configured via the `php_version` variable; e.g.:```
#php_version: 5.5
#php_version: 5.6
#php_version: 7.0
php_version: 7.1
#php_version: 7.2
```For further variables, please check the documented variables defaults/main.yml.
(c) 2018 drunomics GmbH. / MIT License