]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
added minimal webserver config
authorMichael Krause <michael.krause@publicispixelpark.de>
Tue, 24 Jul 2018 14:44:59 +0000 (16:44 +0200)
committerMichael Krause <michael.krause@publicispixelpark.de>
Tue, 24 Jul 2018 14:44:59 +0000 (16:44 +0200)
customer/pixelpark/ipam.pixelpark.com.yaml

index 37aaccb173575995ec0666e6d31d8ce2fdeb7ee9..b55432c788fef71e46f2c91d387acef60933278f 100644 (file)
@@ -5,4 +5,17 @@ accounts::users:
     sudo: true
 # custom-admins
 
-infra::role: base
\ No newline at end of file
+infra::role: base
+
+infra::additional_classes:
+  - infra::profile::apache
+
+infra::profile::apache::pp_vhosts:
+  ipam-www:
+    servername: ipam.pixelpark.com
+    ssl: true
+    cert_servername: 'wildcard.pixelpark.com'
+    cert_customer: 'pixelpark'
+    ssl_cert: '/etc/pki/tls/certs/wildcard.pixelpark.com-cert.pem'
+    ssl_key: '/etc/pki/tls/private/wildcard.pixelpark.com-key.pem'
+    ssl_chain: '/etc/pki/tls/certs/wildcard.pixelpark.com-cert.pem'