first version

This commit is contained in:
Adrien Waksberg 2018-08-07 22:53:28 +02:00
parent 5f33777b80
commit 8e9af2f3e5
20 changed files with 2740 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