]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
fbb-api - remoteip config for PRD (fix IPs)
authorThomas Dalichow <thomas.dalichow@publicispixelpark.de>
Tue, 14 Aug 2018 14:33:17 +0000 (16:33 +0200)
committerThomas Dalichow <thomas.dalichow@publicispixelpark.de>
Tue, 14 Aug 2018 14:33:17 +0000 (16:33 +0200)
customer/fbb-api/prd-api01-fbb.pixelpark.net.yaml
customer/fbb-api/prd-api02-fbb.pixelpark.net.yaml

index c3e8c61afec5b59ee345a0a624e24c867358a250..214c00396b2369069d844b1ff582cf64e3daf586 100644 (file)
@@ -49,7 +49,7 @@ infra::profile::apache::pp_vhosts:
           requires:
             # ACHTUNG! RequireAll!
             - 'user hh-push'
-            - 'ip 10.5.13.144 217.66.51. 10.99.1.0/24'
+            - 'ip 10.5.13.0/24 172.28.0.128/25 217.66.51. 10.99.1.0/24'
           enforce: all
       - location2:
         provider: location
@@ -61,5 +61,5 @@ infra::profile::apache::pp_vhosts:
           requires:
             # ACHTUNG! RequireAll!
             - 'user hh-push'
-            - 'ip 10.5.13.144 217.66.51. 10.99.1.0/24'
+            - 'ip 10.5.13.0/24 172.28.0.128/25 217.66.51. 10.99.1.0/24'
           enforce: all
index 1394b5a689f308738d5fe42b5137cdaac8d9891c..194e405f3067477dfdd5f6ee2216f2dbc250e52f 100644 (file)
@@ -46,12 +46,9 @@ infra::profile::apache::pp_vhosts:
         auth_user_file: '/etc/httpd/conf/basic-auth-hh'
         require:
           requires:
+            # ACHTUNG! RequireAll!
             - 'user hh-push'
-            # IP Hamburg
-            - 'ip 10.5.13.144'
-            # Pixelpark Admin-Netz - 10.99.1.10/24 ist eine Umsetzung unseres Admin-Netzes (Gruende bitte im Netzwerk erfragen *magic*)
-            - 'ip 217.66.51.'
-            - 'ip 10.99.1.0/24'
+            - 'ip 10.5.13.0/24 172.28.0.128/25 217.66.51. 10.99.1.0/24'
           enforce: all
       - location2:
         provider: location
@@ -61,10 +58,7 @@ infra::profile::apache::pp_vhosts:
         auth_user_file: '/etc/httpd/conf/basic-auth-hh'
         require:
           requires:
+            # ACHTUNG! RequireAll!
             - 'user hh-push'
-            # IP Hamburg
-            - 'ip 10.5.13.144'
-            # Pixelpark Admin-Netz - 10.99.1.10/24 ist eine Umsetzung unseres Admin-Netzes (Gruende bitte im Netzwerk erfragen *magic*)
-            - 'ip 217.66.51.'
-            - 'ip 10.99.1.0/24'
+            - 'ip 10.5.13.0/24 172.28.0.128/25 217.66.51. 10.99.1.0/24'
           enforce: all