Set up phpMemcachedAdmin (Memcached server admin in php for monitoring and debugging).
None
-
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, defaultowner
]: 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
None
---
- hosts: all
roles:
- oefenweb.phpmemcachedadmin
vars:
phpmemcachedadmin_install_dirs:
- dest: /var/www
owner: www-data
MIT
Mischa ter Smitten
Are welcome!