From 87cf77cded7dceacf32b13f0c89a1b402520d6ca Mon Sep 17 00:00:00 2001 From: Andreas Gerstenberg Date: Mon, 16 Oct 2017 16:00:05 +0200 Subject: [PATCH] bkk-vbu re-arange yamls --- ...l-meine-krankenkasse-de.pixelpark.net.yaml | 3 +- customer/bkk-vbu/common.yaml | 93 +------------------ ...1-meine-krankenkasse-de.pixelpark.net.yaml | 92 ++++++++++++++++++ 3 files changed, 94 insertions(+), 94 deletions(-) diff --git a/customer/bkk-vbu/bildfiltertool-meine-krankenkasse-de.pixelpark.net.yaml b/customer/bkk-vbu/bildfiltertool-meine-krankenkasse-de.pixelpark.net.yaml index 3b0442d3..73b314ff 100644 --- a/customer/bkk-vbu/bildfiltertool-meine-krankenkasse-de.pixelpark.net.yaml +++ b/customer/bkk-vbu/bildfiltertool-meine-krankenkasse-de.pixelpark.net.yaml @@ -1,2 +1 @@ ---- -infra::role: base +--- \ No newline at end of file diff --git a/customer/bkk-vbu/common.yaml b/customer/bkk-vbu/common.yaml index 2b1c17d6..7d9b2347 100644 --- a/customer/bkk-vbu/common.yaml +++ b/customer/bkk-vbu/common.yaml @@ -1,93 +1,2 @@ --- -accounts::users: - deploy.vogel: - apply: true - group: apache - service.typo3: - apply: true - group: apache - thomas.bussmeyer: - apply: true - sudo: true - group: apache - bastian.gutschke: - apply: true - group: apache - sudo: true - markus.baumann: - apply: true - group: apache - sudo: true - jenkins: - apply: true - group: apache - christian.schoenherr: - apply: true - sudo: true - group: apache - romy.pohl: - apply: true - groups: - - apache - santiago.nuneznegrillo: - apply: true - groups: - - apache - -infra::role: base -infra::additional_classes: - - infra::profile::typo3 - - infra::profile::mysql_server - - apache::mod::headers -# - nodejs - - redis - - repo::redhat::passenger - - apache::mod::passenger - - infra::profile::symfony - -apache::default_vhost: false - -repo::remi_php56: true - -nodejs::repo_url_suffix: '6.x' - -mysql::server::override_options: - mysqld: - bind-address: 0.0.0.0 - character-set-server: utf8 - collation-server: utf8_general_ci - -php::extensions: - gd: {} - opcache: {} - mysqlnd: {} - soap: {} - mbstring: {} - xml: {} - suhosin: - settings: - suhosin.request.max_varname_length: 200 - suhosin.post.max_name_length: 200 - suhosin.get.max_name_length: 200 - suhosin.get.max_value_length: 2000 - suhosin.executor.include.whitelist: 'phar,vfs' - xdebug: - provider: pecl - settings: - xdebug.max_nesting_level: 400 - xdebug.remote_port: 9001 - xdebug.idekey: apache - xdebug.remote_connect_back: 1 - xdebug.remote_enable: 1 - zend: true - -infra::profile::typo3::projects: - cms01: - php_admin_value: - always_populate_raw_post_data: -1 - upload_max_filesize: 100M - post_max_size: 100M - max_execution_time: '240' - max_input_vars: '1500' - memory_limit: '256M' - cgi.fix_pathinfo: 0 +infra::role: base \ No newline at end of file diff --git a/customer/bkk-vbu/dev-web01-meine-krankenkasse-de.pixelpark.net.yaml b/customer/bkk-vbu/dev-web01-meine-krankenkasse-de.pixelpark.net.yaml index 019d40e6..66fd065f 100644 --- a/customer/bkk-vbu/dev-web01-meine-krankenkasse-de.pixelpark.net.yaml +++ b/customer/bkk-vbu/dev-web01-meine-krankenkasse-de.pixelpark.net.yaml @@ -1,4 +1,96 @@ --- +accounts::users: + deploy.vogel: + apply: true + group: apache + service.typo3: + apply: true + group: apache + thomas.bussmeyer: + apply: true + sudo: true + group: apache + bastian.gutschke: + apply: true + group: apache + sudo: true + markus.baumann: + apply: true + group: apache + sudo: true + jenkins: + apply: true + group: apache + christian.schoenherr: + apply: true + sudo: true + group: apache + romy.pohl: + apply: true + groups: + - apache + santiago.nuneznegrillo: + apply: true + groups: + - apache + +infra::additional_classes: + - infra::profile::typo3 + - infra::profile::mysql_server + - apache::mod::headers +# - nodejs + - redis + - repo::redhat::passenger + - apache::mod::passenger + - infra::profile::symfony + +apache::default_vhost: false + +repo::remi_php56: true + +nodejs::repo_url_suffix: '6.x' + +mysql::server::override_options: + mysqld: + bind-address: 0.0.0.0 + character-set-server: utf8 + collation-server: utf8_general_ci + +php::extensions: + gd: {} + opcache: {} + mysqlnd: {} + soap: {} + mbstring: {} + xml: {} + suhosin: + settings: + suhosin.request.max_varname_length: 200 + suhosin.post.max_name_length: 200 + suhosin.get.max_name_length: 200 + suhosin.get.max_value_length: 2000 + suhosin.executor.include.whitelist: 'phar,vfs' + xdebug: + provider: pecl + settings: + xdebug.max_nesting_level: 400 + xdebug.remote_port: 9001 + xdebug.idekey: apache + xdebug.remote_connect_back: 1 + xdebug.remote_enable: 1 + zend: true + +infra::profile::typo3::projects: + cms01: + php_admin_value: + always_populate_raw_post_data: -1 + upload_max_filesize: 100M + post_max_size: 100M + max_execution_time: '240' + max_input_vars: '1500' + memory_limit: '256M' + cgi.fix_pathinfo: 0 + sudo::configs: deploy.vogel: priority: "06" -- 2.39.5