ovh.icinga2: update to debian bullseye and php 8.0
kunsi/bundlewrap/pipeline/head This commit looks good Details

This commit is contained in:
Franzi 2022-03-13 14:07:55 +01:00
parent c71d827691
commit eab9d6f97c
Signed by: kunsi
GPG Key ID: 12E3D2136B818350
2 changed files with 5 additions and 10 deletions

View File

@ -1,7 +1,7 @@
location ~ \.php$ {
include fastcgi.conf;
fastcgi_split_path_info ^(.+\.php)(/.+)$;
fastcgi_pass unix:/run/php/php7.4-fpm.sock;
fastcgi_pass unix:/run/php/php8.0-fpm.sock;
fastcgi_param SCRIPT_FILENAME /usr/share/icingaweb2/public/index.php;
fastcgi_param ICINGAWEB_CONFIGDIR /etc/icingaweb2;
}

View File

@ -10,7 +10,7 @@ nodes['ovh.icinga2'] = {
'zfs',
},
'groups': {
'debian-buster',
'debian-bullseye',
'webserver',
},
'metadata': {
@ -29,11 +29,6 @@ nodes['ovh.icinga2'] = {
},
},
},
'apt': {
'packages': {
'php-imagick': {},
},
},
'bird': {
'static_routes': {
'172.19.136.3/32',
@ -41,13 +36,13 @@ nodes['ovh.icinga2'] = {
},
'icinga2': {
'api_users': {
# Used with <https://git.kunsmann.eu/kunsi/icinga2beamer>
'dashboard': {
'password': vault.password_for('ovh.icinga2 icinga2 api_user dashboard'),
'permissions': {
'objects/query/Service'
},
},
# Used with <https://git.franzi.business/kunsi/icinga2eamer>
'icinga2beamer': {
'password': vault.decrypt('encrypt$gAAAAABf3wM9YS5ZpRdhp3xyIFX21_MK0omzqHqykWbWdkZWp2xyJ6awaUSXODnZQ5j-rws6n0yrpaeMdXoj1irb2FrgxMDTdfCh88hIsqcKGOObzwGaRg6Ze0tuiMrzIfOO3tRnc9Kd'),
'permissions': {
@ -104,12 +99,12 @@ nodes['ovh.icinga2'] = {
},
},
'php': {
'version': '7.4',
'version': '8.0',
'packages': {
'curl',
'gd',
'intl',
'json',
'imagick',
'ldap',
'mysql',
'opcache',