https://github.com/drunomics/ansible-role-php
Ansible role that installs php.
https://github.com/drunomics/ansible-role-php
Last synced: 25 days 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 (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T17:56:43.000Z (about 2 years ago)
- Last Synced: 2025-03-16T01:44:55.590Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 13
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# drunomics.php
[](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