From: sascha.strassheim Date: Mon, 18 Jun 2018 16:07:42 +0000 (+0200) Subject: added prod.yaml on fbb-poi X-Git-Tag: v0.1.0~791 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=b17420a111d66ea746b0ad12ecead129302c35ad;p=pixelpark%2Fhiera.git added prod.yaml on fbb-poi --- diff --git a/customer/fbb-poi/production.yaml b/customer/fbb-poi/production.yaml new file mode 100644 index 00000000..05ac9956 --- /dev/null +++ b/customer/fbb-poi/production.yaml @@ -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'