]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
fbb-api - remoteip config for PRD
authorThomas Dalichow <thomas.dalichow@publicispixelpark.de>
Tue, 14 Aug 2018 13:32:49 +0000 (15:32 +0200)
committerThomas Dalichow <thomas.dalichow@publicispixelpark.de>
Tue, 14 Aug 2018 13:32:49 +0000 (15:32 +0200)
customer/fbb-api/production.yaml

index 1484f9709275e7cdddbbacc0ce352d74ab0e2a2e..d136b44f6683759fe48a0aad8e835d44e2861c6d 100644 (file)
@@ -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"