Ansible Role: Enable RemoteIP-Module on Apache
Find a file
2020-08-14 15:56:50 +02:00
defaults Initial commit 2020-08-14 15:56:50 +02:00
handlers Initial commit 2020-08-14 15:56:50 +02:00
meta Initial commit 2020-08-14 15:56:50 +02:00
tasks Initial commit 2020-08-14 15:56:50 +02:00
templates/etc/apache2/conf-available Initial commit 2020-08-14 15:56:50 +02:00
.gitignore Initial commit 2020-08-14 15:56:50 +02:00
LICENSE Initial commit 2020-08-14 15:56:50 +02:00
README.md Initial commit 2020-08-14 15:56:50 +02:00

apache2-backend-mod_remoteip

Enable RemoteIP-Module on Apache

Requirements

Apache web server

Role Variables

  • apache2_backend_mod_remoteip_proxy (undefined): Trusted proxy IP address
  • apache2_backend_mod_remoteip_header (default): "X-Forwarded-For"

Dependencies

  • Installed Apache web server

Example Playbook

- hosts: web-servers
  roles:
     - { role: apache2-backend-mod_remoteip }

License

GPL-2.0-or-later

Author Information

Sven Velt sven-ansiblerole@velt.biz https://git.velt.biz/velt.biz/