manala / ansible-role-opcache_dashboard

[READ-ONLY] Ansible role dealing with the setup and config of OPcache Dashboard

Home Page:https://galaxy.ansible.com/manala/opcache-dashboard/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#######################################################################################################

❗ DEPRECATION ❗

This repository and the role associated are deprecated.

You can find our other roles in the Manala Ansible Collection. You will find informations on its usage on the collection repository

#######################################################################################################

Ansible Role: OPcache Dashboard Build Status

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.

Requirements

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

Dependencies

None.

Installation

Ansible 2+

Using ansible galaxy cli:

ansible-galaxy install manala.opcache_dashboard

Using ansible galaxy requirements file:

- src: manala.opcache_dashboard

Role Variables

Definition

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

Example playbook

- hosts: servers
  roles:
    - { role: manala.opcache_dashboard }

Licence

MIT

Author information

Manala (http://www.manala.io/)

About

[READ-ONLY] Ansible role dealing with the setup and config of OPcache Dashboard

https://galaxy.ansible.com/manala/opcache-dashboard/


Languages

Language:Makefile 100.0%