From c336395fb6564ee05b41842eee4f477a0644b095 Mon Sep 17 00:00:00 2001 From: Thomas Dalichow Date: Mon, 13 Aug 2018 18:07:20 +0200 Subject: [PATCH] fbb-api - implement remoteip --- customer/fbb-api/test.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/customer/fbb-api/test.yaml b/customer/fbb-api/test.yaml index 6175b370..24e7adcc 100644 --- a/customer/fbb-api/test.yaml +++ b/customer/fbb-api/test.yaml @@ -3,6 +3,7 @@ infra::additional_classes: - infra::profile::apache_php - rabbitmq - logstash + - apache::mod::remoteip accounts::users: markus.baumann: @@ -47,6 +48,9 @@ accounts::users: apply: true sudo: true +apache::mod::remoteip::proxy_ips: + - 192.168.66.253 + - 192.168.66.254 sudo::configs: jenkins_rights: -- 2.39.5