#######################################################################################################
You can find our other roles in the Manala Ansible Collection. You will find informations on its usage on the collection repository
#######################################################################################################
❗ Report issues and send Pull Requests in the main Ansible Role repository ❗
This role will deal with the setup and config of OPcache Dashboard.
It's part of the Manala Ansible stack but can be used as a stand alone component.
This role is made to work with the manala opcache-dashboard debian package, available on the manala debian repository. Please use the manala.apt role to handle it properly.
manala_apt_preferences:
- opcache-dashboard@manala
None.
Using ansible galaxy cli:
ansible-galaxy install manala.opcache_dashboard
Using ansible galaxy requirements file:
- src: manala.opcache_dashboard
Name | Default | Type | Description |
---|---|---|---|
manala_opcache_dashboard_install_packages |
~ | Array | Dependency packages to install |
manala_opcache_dashboard_install_packages_default |
['opcache-dashboard'] | Array | Default dependency packages to install |
manala_opcache_dashboard_user |
~ | String | User |
manala_opcache_dashboard_group |
~ | String | Group |
manala_opcache_dashboard_dir |
'/usr/share/opcache-dashboard' | String | Directory path |
- hosts: servers
roles:
- { role: manala.opcache_dashboard }
MIT
Manala (http://www.manala.io/)