jygastaud.apache-brotli

Apache Brotli

Installer le module Apache Brotli.

Exigences

Vous devez avoir Apache2 installé.

Variables de rôle

Optionnelles :

  • apache_brotli_log_format

Exemple : apache_brotli_log_format: "\"%r\" %{brotli_out}n/%{brotli_in}n (%{brotli_ratio}n)" affichera LogFormat '"%r" %{brotli_out}n/%{brotli_in}n (%{brotli_ratio}n)' brotli.

  • apache_brotli_custom_log

Exemple : apache_brotli_custom_log: "${APACHE_LOG_DIR}/brotli_access.log" affichera CustomLog ${APACHE_LOG_DIR}/brotli_access.log brotli.

Exemple de Playbook

Inclure un exemple de la façon d'utiliser votre rôle (par exemple, avec des variables passées en paramètres) est toujours apprécié par les utilisateurs :

- hosts: serveurs
  roles:
    - { role: jygastaud.apache-ondrej }
    - { role: jygastaud.apache-brotli }

Licence

MIT

Informations sur l'auteur

Ce rôle a été créé en 2017 par Jean-Yves Gastaud.

À propos du projet

Install Brotli for Apache2

Installer
ansible-galaxy install jygastaud.apache-brotli
Licence
Unknown
Téléchargements
114
Propriétaire