PHP FastCGI Process Manager
This role requires a debian compliant system such as ubuntu.
- use_dotdeb: false
- use_sury: false
- php:
- version: 8.2
- timezone: "Europe/Paris"
- post_max_size: "8M"
- upload_max_filesize: "2M"
- fastcgi_pass: "/run/php/php8.2-fpm.sock"
None
- hosts: servers
roles:
- { role: cowops.debian-php-fpm, php.version: 8.2, php.timezone: "Europe/Paris" }
- Install php-fpm
- Setup with default php.ini
BSD