Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oefenweb/ansible-phpmemcachedadmin
Ansible role to set up the latest version of phpMemcachedAdmin
https://github.com/oefenweb/ansible-phpmemcachedadmin
ansible caching debian memcached monitoring php phpmemcachedadmin ubuntu
Last synced: about 2 months ago
JSON representation
Ansible role to set up the latest version of phpMemcachedAdmin
- Host: GitHub
- URL: https://github.com/oefenweb/ansible-phpmemcachedadmin
- Owner: Oefenweb
- License: mit
- Created: 2015-07-28T19:09:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-11-02T11:06:24.000Z (about 1 year ago)
- Last Synced: 2023-11-02T11:37:31.691Z (about 1 year ago)
- Topics: ansible, caching, debian, memcached, monitoring, php, phpmemcachedadmin, ubuntu
- Language: Dockerfile
- Size: 83 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## phpmemcachedadmin
[![CI](https://github.com/Oefenweb/ansible-phpmemcachedadmin/workflows/CI/badge.svg)](https://github.com/Oefenweb/ansible-phpmemcachedadmin/actions?query=workflow%3ACI)
[![Ansible Galaxy](http://img.shields.io/badge/ansible--galaxy-phpmemcachedadmin-blue.svg)](https://galaxy.ansible.com/Oefenweb/phpmemcachedadmin)Set up [phpMemcachedAdmin](https://code.google.com/p/phpmemcacheadmin/) (Memcached server admin in php for monitoring and debugging).
#### Requirements
None
#### Variables
* `phpmemcachedadmin_version`: [default: `1.2.2-r262`]: Version to install
* `phpmemcachedadmin_install_dirs`: [default: `[]`]: Install directory declarations
* `phpmemcachedadmin_install_dirs.{n}.dest`: [required]: The remote path of the installation (e.g. `/var/www`)
* `phpmemcachedadmin_install_dirs.{n}.owner`: [required]: The name of the user that should own the directories and file(s) that need to be writable
* `phpmemcachedadmin_install_dirs.{n}.group`: [optional, default `owner`]: The name of the group that should own the directories and file(s) that need to be writable
* `phpmemcachedadmin_install_dirs.{n}.state`: [optional, default: `present`]: State## Dependencies
None
#### Example
```yaml
---
- hosts: all
roles:
- oefenweb.phpmemcachedadmin
vars:
phpmemcachedadmin_install_dirs:
- dest: /var/www
owner: www-data
```#### License
MIT
#### Author Information
Mischa ter Smitten
#### Feedback, bug-reports, requests, ...
Are [welcome](https://github.com/Oefenweb/ansible-phpmemcachedadmin/issues)!