From 06a47bbc723c56f9b53768b31763ac23fa962a02 Mon Sep 17 00:00:00 2001 From: Thomas Dalichow Date: Tue, 14 Aug 2018 15:32:49 +0200 Subject: [PATCH] fbb-api - remoteip config for PRD --- customer/fbb-api/production.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/customer/fbb-api/production.yaml b/customer/fbb-api/production.yaml index 1484f970..d136b44f 100644 --- a/customer/fbb-api/production.yaml +++ b/customer/fbb-api/production.yaml @@ -3,6 +3,7 @@ infra::additional_classes: - infra::profile::apache_php - rabbitmq - logstash + - apache::mod::remoteip accounts::users: jenkins: @@ -24,6 +25,10 @@ accounts::users: apply: false sudo: false +apache::mod::remoteip::proxy_ips: + - 192.168.66.253 + - 192.168.66.254 + sudo::configs: jenkins_rights: priority: "06" -- 2.39.5