configure pools, re-place domain var

This commit is contained in:
lulzette
2021-02-27 14:51:13 +03:00
parent 70b01d503e
commit 9eaf3ecda9
10 changed files with 37 additions and 13 deletions

View File

@@ -3,3 +3,12 @@
apt:
name: ['php-fpm', 'php-imagick', 'php-memcached', 'php-zip', 'php-mysql', 'php-gd', 'php-mbstring', 'php-xml']
state: present
- name: Configure php-fpm pools
template:
src: files/pool.d/www.conf
dest: /etc/php/7.4/fpm/pool.d/{{ item }}.conf
loop:
- cloud
- wiki
- other