|
-
-
- ---
-
-
- php:
-
- warning_messages:
- v1.0.0:
- mute_critical: true
- mute_upcoming: true
-
- use_external_repo: true
-
- external_repo_name: 'ondrej/php'
-
-
-
- use_scl_repo: true
-
- scl_php_version: 71
-
-
- mongo_version: "1.5.5"
-
- version: "7.3"
-
-
-
-
-
-
-
- alternatives_version: "7.3"
-
-
-
-
-
- lookup:
- enable_php_repo: centos-sclo-rh-testing
-
-
- pkgs:
- memcached: php5-memcached
-
- curl:
- - php-common
- - curl
-
-
-
- cli:
- -
- name: php-cli
- fromrepo: my-specialrepo
- -
- name: php-common
- skip_verify: true
-
-
- fpm:
- conf: /location/of/php-fpm/config.conf
- ini: /location/of/php-fpm/php.ini
- pools: /location/of/php-fpm/pool.d
- service: name-of-php5-fpm-service
-
-
- defaults:
- global:
- pid: /var/run/php5-fpm.pid
-
-
- cli:
- ini: /location/of/php-cli/php.ini
-
-
- fpm:
-
-
- service:
-
- enabled: true
-
-
- opts:
- reload: true
-
-
- config:
-
-
- ini:
-
- opts:
- recurse: true
-
-
-
- settings:
- PHP:
- engine: 'Off'
- extension_dir: '/usr/lib/php/modules/'
- extension: [pdo_mysql.so, iconv.so, openssl.so]
-
-
- conf:
-
- opts:
- recurse: true
-
-
-
- settings:
- global:
- pid: /var/run/php-fpm/special-pid.file
-
-
- pools:
-
-
- defaults:
- user: nginx
- group: nginx
- listen: /var/run/php-fpm-default.sock
-
-
-
- 'mypool.conf':
-
-
- enabled: true
-
-
-
- filname: my_other_name.conf
-
-
- opts:
- replace: false
-
-
-
- settings:
- myapp:
- user: www-data
- group: www-data
- listen: /var/run/php5-fpm-myapp.sock
- listen.owner: www-data
- listen.group: www-data
- listen.mode: 0660
- pm: dynamic
- pm.max_children: 5
- pm.start_servers: 2
- pm.min_spare_servers: 1
- pm.max_spare_servers: 3
- 'php_admin_value[memory_limit]': 300M
-
-
- cli:
-
- ini:
-
- opts:
- replace: false
-
-
-
- settings:
- PHP:
- engine: 'Off'
-
-
- xcache:
- ini:
- opts: {}
-
-
- settings:
- xcache:
- xcache.size: 90M
-
-
- ini:
-
-
-
-
- defaults:
- PHP:
- engine: 'On'
- output_buffering: 4096
- disable_functions:
- - pcntl_alarm
- - pcntl_fork
- - pcntl_wait
- 'CLI Server':
- cli_server_color: 'On'
-
-
- modules:
-
-
- - cli
- - fpm
- - curl
- - mysql
-
-
-
- use_apache_formula: true
|