From fef51771c066386c3ba52991802d95e2e1391a64 Mon Sep 17 00:00:00 2001 From: Olivier Clavel Date: Tue, 14 Jan 2020 01:33:02 +0100 Subject: [PATCH] Add mod_proxy as requirement for debian example (#233) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index efbacac3..a5e11088 100644 --- a/README.md +++ b/README.md @@ -977,7 +977,7 @@ Feel free to use them or implement your own install scenario at your convenience - { role: geerlingguy.java, vars: See role doc for your distribution/version } # Debian/Ubuntu only - # - { role: geerlingguy.apache, apache_create_vhosts: no, apache_mods_enabled: ["proxy_http.load", "headers.load"], apache_remove_default_vhost: true, tags: ["geerlingguy.apache"] } + # - { role: geerlingguy.apache, apache_create_vhosts: no, apache_mods_enabled: ["proxy.load", "proxy_http.load", "headers.load"], apache_remove_default_vhost: true, tags: ["geerlingguy.apache"] } # RedHat/CentOS only - { role: geerlingguy.apache, apache_create_vhosts: no, apache_remove_default_vhost: true, tags: ["geerlingguy.apache"] } - { role: ansible-thoteam.nexus3-oss, tags: ['ansible-thoteam.nexus3-oss'] }