]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
added prod.yaml on fbb-poi
authorsascha.strassheim <sascha.strassheim@pixelpark.com>
Mon, 18 Jun 2018 16:07:42 +0000 (18:07 +0200)
committersascha.strassheim <sascha.strassheim@pixelpark.com>
Mon, 18 Jun 2018 16:07:42 +0000 (18:07 +0200)
customer/fbb-poi/production.yaml [new file with mode: 0644]

diff --git a/customer/fbb-poi/production.yaml b/customer/fbb-poi/production.yaml
new file mode 100644 (file)
index 0000000..05ac995
--- /dev/null
@@ -0,0 +1,55 @@
+---
+accounts::users:
+  jenkins:
+    apply: true
+    sudo: false
+
+sudo::configs:
+  jenkins_rights:
+    priority: "06"
+    content: |
+      jenkins ALL=(apache) NOPASSWD: ALL
+
+infra::additional_classes:
+  - infra::profile::apache_php
+  - redis
+
+repo::remi_php72: true
+
+php::extensions:
+  gd: {}
+  opcache: {}
+  soap: {}
+  mbstring: {}
+  zip: {}
+  xml: {}
+  json: {}
+  pdo: {}
+  redis: {}
+  mysqlnd: {}
+
+php::settings:
+  PHP/memory_limit: 320M
+  PHP/post_max_size: 20M
+  PHP/register_globals: 'Off'
+  PHP/include_path: '.:/opt/app/ZendFramework/library:/opt/app/web'
+  PHP/max_execution_time: 30
+  PHP/max_input_time: 60
+  PHP/output_buffering: 65536
+  PHP/upload_max_filesize: 4M
+  PHP/max_file_uploads: 50
+  PHP/short_open_tag: 'On'
+  PHP/expose_php: 'Off'
+
+infra::profile::apache_php::fpm_pool:
+  api:
+    listen_owner: apache
+    listen_group: apache
+    pm_max_children: 20
+
+redis::bind: 0.0.0.0
+redis::manage_repo: true
+redis::timeout: 30
+redis::maxmemory: 1gb
+
+apache::mod::ssl::ssl_cipher: 'EECDH+AES:EDH+AES:!SHA1:!aNULL@STRENGTH'