https://github.com/oefenweb/ansible-phpredis
Ansible role to set up PhpRedis in Debian-like systems
https://github.com/oefenweb/ansible-phpredis
Last synced: 7 months ago
JSON representation
Ansible role to set up PhpRedis in Debian-like systems
- Host: GitHub
- URL: https://github.com/oefenweb/ansible-phpredis
- Owner: Oefenweb
- License: mit
- Created: 2014-09-17T14:20:57.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2023-11-02T11:06:27.000Z (over 2 years ago)
- Last Synced: 2025-01-23T02:44:40.630Z (over 1 year ago)
- Language: Dockerfile
- Size: 88.9 KB
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## phpredis
[](https://github.com/Oefenweb/ansible-phpredis/actions?query=workflow%3ACI)
[](https://galaxy.ansible.com/Oefenweb/phpredis)
Set up [PhpRedis](https://github.com/phpredis/phpredis) in Debian-like systems.
#### Requirements
* `php5-dev` (will be installed)
* `build-essential` (will be installed)
* `git` (will be installed)
#### Variables
* `phpredis_version` [default: `2.2.7`]: What version of phpredis to check out (set up). This can be the full 40-character SHA-1 hash, the literal string HEAD, a branch name, or a tag name
## Dependencies
None
#### Example
```yaml
---
- hosts: all
roles:
- oefenweb.phpredis
```
#### License
MIT
#### Author Information
Mischa ter Smitten
#### Feedback, bug-reports, requests, ...
Are [welcome](https://github.com/Oefenweb/ansible-phpredis/issues)!