Small improvements
This commit is contained in:
parent
65ea5585dd
commit
c7168ad468
|
@ -12,7 +12,8 @@ Role Variables
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
- apache2_backend_mod_remoteip_proxy (undefined): Trusted proxy IP address
|
- apache2_backend_mod_remoteip_proxy (undefined): Trusted proxy IP address
|
||||||
- apache2_backend_mod_remoteip_header (default): "X-Forwarded-For"
|
- apache2_backend_mod_remoteip_header (defaults): "X-Forwarded-For"
|
||||||
|
- apache2_backend_mod_remoteip_configfile: Name of config file, default: "remoteip.conf"
|
||||||
|
|
||||||
Dependencies
|
Dependencies
|
||||||
------------
|
------------
|
||||||
|
@ -24,7 +25,8 @@ Example Playbook
|
||||||
|
|
||||||
- hosts: web-servers
|
- hosts: web-servers
|
||||||
roles:
|
roles:
|
||||||
- { role: apache2-backend-mod_remoteip }
|
- role: apache2-backend-mod_remoteip
|
||||||
|
apache2_backend_mod_remoteip_proxy: 192.168.0.0/24
|
||||||
|
|
||||||
License
|
License
|
||||||
-------
|
-------
|
||||||
|
@ -34,6 +36,6 @@ GPL-2.0-or-later
|
||||||
Author Information
|
Author Information
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
Sven Velt <sven-ansiblerole@velt.biz>
|
Sven Velt - <sven-ansiblerole@velt.biz>
|
||||||
https://git.velt.biz/velt.biz/
|
https://git.velt.biz/velt.biz/
|
||||||
|
|
||||||
|
|
|
@ -21,6 +21,7 @@
|
||||||
group: root
|
group: root
|
||||||
mode: 0644
|
mode: 0644
|
||||||
backup: yes
|
backup: yes
|
||||||
|
notify: "Restart Apache2"
|
||||||
|
|
||||||
|
|
||||||
- name: 'Enable Apache2 config »remoteip«'
|
- name: 'Enable Apache2 config »remoteip«'
|
||||||
|
|
Loading…
Reference in a new issue