first version

This commit is contained in:
Adrien Waksberg 2018-08-07 22:53:28 +02:00
parent 5f33777b80
commit 8efd90b379
21 changed files with 2723 additions and 0 deletions
handlers

4
handlers/main.yml Normal file
View file

@ -0,0 +1,4 @@
- name: reload php-fpm
systemd:
name: 'php{{ phpfpm_version }}-fpm'
state: reloaded