jygastaud.apache-brotli
Apache Brotli
=========
Install the Apache Brotli module.
Requirements
You need to have Apache2 installed.
Role Variables
Optional:
- apache_brotli_log_format
Example: apache_brotli_log_format: "\"%r\" %{brotli_out}n/%{brotli_in}n (%{brotli_ratio}n)"
will produce LogFormat '"%r" %{brotli_out}n/%{brotli_in}n (%{brotli_ratio}n)' brotli
.
- apache_brotli_custom_log
Example: apache_brotli_custom_log: "${APACHE_LOG_DIR}/brotli_access.log"
will produce CustomLog ${APACHE_LOG_DIR}/brotli_access.log brotli
.
Example Playbook
Here’s an example of how to use this role (with variables as parameters):
- hosts: servers
roles:
- { role: jygastaud.apache-ondrej }
- { role: jygastaud.apache-brotli }
License
MIT
Author Information
This role was created in 2017 by Jean-Yves Gastaud.
Installa
ansible-galaxy install jygastaud.apache-brotli
Licenza
Unknown
Download
114
Proprietario