diff --git a/README.md b/README.md index a218cb7..5cc8282 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,8 @@ Role Variables -------------- - 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 ------------ @@ -24,7 +25,8 @@ Example Playbook - hosts: web-servers roles: - - { role: apache2-backend-mod_remoteip } + - role: apache2-backend-mod_remoteip + apache2_backend_mod_remoteip_proxy: 192.168.0.0/24 License ------- @@ -34,6 +36,6 @@ GPL-2.0-or-later Author Information ------------------ -Sven Velt +Sven Velt - https://git.velt.biz/velt.biz/ diff --git a/tasks/main.yml b/tasks/main.yml index b7a299e..5662b11 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -21,6 +21,7 @@ group: root mode: 0644 backup: yes + notify: "Restart Apache2" - name: 'Enable Apache2 config »remoteip«'