php: fix last commit and update changelog
gitea/ansible-roles/pipeline/head This commit looks good Details

This commit is contained in:
Alexis Ben Miloud--Josselin 2023-02-14 16:43:41 +01:00
parent d1b2fd8145
commit 6968128e7c
2 changed files with 3 additions and 1 deletions

View File

@ -15,6 +15,7 @@ The **patch** part changes is incremented if multiple releases happen the same m
* nagios-nrpe: Print pool config path in check_phpfpm_multi output
* nagios-nrpe: add tasks/files for a wrapper
* fail2ban: add "Internal login failure" to Dovecot filter
* php: add a way to choose which version to install using sury repository
### Changed
@ -37,6 +38,7 @@ The **patch** part changes is incremented if multiple releases happen the same m
* openvpn: fix the client cipher configuration to match the server cipher configuration
* clamav: set `MaxConnectionQueueLength` to its default value (200), custom (15) was way too small and caused recurrent connections fail in Postfix.
* postfix (packmail only): disable `concurrency_failed_cohort_limit` for destination smtp-amavis to prevent the suspension of this destination when Amavis fails to answer. Indeed, we configure the suspension delay quite long in `minimal_backoff_time` (2h) and `maximal_backoff_time` (6h) to reduce the risk of ban from external SMTPs.
* php: install using sury repositories on bullseye
### Removed

View File

@ -26,7 +26,7 @@
src: sury.preferences
dest: /etc/apt/preferences.d/z-sury
when:
- ansible_distribution_release == "bullseye"
- ansible_distribution_release != "bullseye"
- name: Setup pub.evolix.net repository - Add source list
apt_repository: