ansible-roles/php/defaults/main.yml
Ludovic Poujol e71cffd8fd
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |2624|6|2618|10|:+1: Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/unstable/329//ansiblelint">Evolix » ansible-roles » unstable #329</a>
gitea/ansible-roles/pipeline/head This commit looks good
php: add new variable to disable oveeriding settings of php-fpm default pool (www)
2023-08-28 17:08:33 +02:00

13 lines
346 B
YAML

---
php_sury_enable: false
php_fpm_enable: false
php_apache_enable: false
php_symfony_requirements: false
php_modules_mysqlnd: false
php_fpm_remove_default_pool: false
php_fpm_override_default_pool: true
apt_keyring_dir: "{{ ansible_distribution_major_version is version('12', '<') | ternary('/etc/apt/trusted.gpg.d', '/etc/apt/keyrings') }}"