New default PHP version.

This commit is contained in:
Andrea Dell'Amico 2023-12-24 14:34:12 +01:00
parent 7743bef5d2
commit 0ee4e0b488
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
2 changed files with 5 additions and 4 deletions

View File

@ -1,6 +1,6 @@
--- ---
nextcloud_major_version: 22 nextcloud_major_version: 25
nextcloud_version: '{{ nextcloud_major_version }}.0.4' nextcloud_version: '{{ nextcloud_major_version }}.0.13'
# Choose from releases, prereleases, daily # Choose from releases, prereleases, daily
nextcloud_release_channel: 'releases' nextcloud_release_channel: 'releases'
nextcloud_get_latest_stable: True nextcloud_get_latest_stable: True
@ -64,10 +64,11 @@ nextcloud_admin_user: nc_admin
nextcloud_ldap_auth: False nextcloud_ldap_auth: False
nextcloud_php_version: 8.2
nextcloud_phpfpm_default_memory_limit: "512M" nextcloud_phpfpm_default_memory_limit: "512M"
php_global_settings: '{{ nextcloud_php_global_settings }}' php_global_settings: '{{ nextcloud_php_global_settings }}'
phpfpm_pools: '{{ nextcloud_phpfpm_pools }}' phpfpm_pools: '{{ nextcloud_phpfpm_pools }}'
nextcloud_phpfpm_listen_on_socket: True nextcloud_phpfpm_listen_on_socket: True
nextcloud_phpfpm_opcache_mem_consumption: 512 nextcloud_phpfpm_opcache_mem_consumption: 512
nextcloud_nginx_max_body_size: 512M nextcloud_nginx_max_body_size: "512M"

View File

@ -6,7 +6,7 @@ redis_install: True
http_port: 80 http_port: 80
https_port: 443 https_port: 443
php_version: 7.4 php_version: "{{ nextcloud_php_version }}"
# Pprereleases: "rc<N>|beta<N>" # Pprereleases: "rc<N>|beta<N>"
# daily "YYYY-MM-DD" # daily "YYYY-MM-DD"