]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
sirona-aem - Allow our IP to access status and info page
authorPhilipp Dallig <philipp.dallig@pixelpark.com>
Wed, 1 Mar 2017 12:46:20 +0000 (13:46 +0100)
committerPhilipp Dallig <philipp.dallig@pixelpark.com>
Wed, 1 Mar 2017 12:46:20 +0000 (13:46 +0100)
customer/sirona-aem/common.yaml

index 9497076facf989a056cf14fbfc74846d02cda106..3629aa1fe58c0457a2401a7da47ee16c36462666 100644 (file)
@@ -35,6 +35,20 @@ sudo::configs:
       Cmnd_Alias ZPOOL = /sbin/zpool list *
       Cmnd_Alias ZFS = /sbin/zfs list
       xymon ALL=(ALL) NOPASSWD:ZPOOL, ZFS
+#
+# Apache
+#
+apache::mod::status::allow_from:
+  - '127.0.0.1'
+  - '::1'
+  - '217.66.51.0/24'
+  - '217.66.48.134/32'
+
+apache::mod::info::allow_from:
+  - '127.0.0.1'
+  - '::1'
+  - '217.66.51.0/24'
+  - '217.66.48.134/32'
 
 #
 # Author