service et php5-fpm reload
This commit is contained in:
parent
f87efd6f89
commit
0fc5dd69d6
@ -1,4 +1,5 @@
|
||||
---
|
||||
- name: BACKOFFICE | Restart PHP-FPM
|
||||
become: yes
|
||||
command: "service php5-fpm restart"
|
||||
service: name=php5-fpm state=reloaded
|
||||
when: opcache is defined and opcache == "fcgi"
|
@ -1,4 +1,5 @@
|
||||
---
|
||||
- name: ENRICHISSEMENT | Restart PHP-FPM
|
||||
become: yes
|
||||
command: "service php5-fpm restart"
|
||||
service: name=php5-fpm state=reloaded
|
||||
when: opcache is defined and opcache == "fcgi"
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
- name: Intranet | Restart PHP-FPM
|
||||
become: yes
|
||||
command: "service php5-fpm restart"
|
||||
service: name=php5-fpm state=reloaded
|
||||
when: opcache is defined and opcache == "fcgi"
|
@ -32,7 +32,7 @@
|
||||
#ansistrano_before_symlink_shared_tasks_file: "{{playbook_dir}}/<your-deployment-config>/my-before-symlink-shared-tasks.yml"
|
||||
#ansistrano_after_symlink_shared_tasks_file: "{{playbook_dir}}/<your-deployment-config>/my-after-symlink-shared-tasks.yml"
|
||||
#ansistrano_before_symlink_tasks_file: "{{playbook_dir}}/<your-deployment-config>/my-before-symlink-tasks.yml"
|
||||
#ansistrano_after_symlink_tasks_file: "{{playbook_dir}}/<your-deployment-config>/my-after-symlink-tasks.yml"
|
||||
ansistrano_after_symlink_tasks_file: "{{playbook_dir}}/tasks/after-symlink.yml"
|
||||
#ansistrano_before_cleanup_tasks_file: "{{playbook_dir}}/<your-deployment-config>/my-before-cleanup-tasks.yml"
|
||||
#ansistrano_after_cleanup_tasks_file: "{{playbook_dir}}/<your-deployment-config>/my-after-cleanup-tasks.yml"
|
||||
roles:
|
||||
|
@ -32,7 +32,7 @@
|
||||
#ansistrano_before_symlink_shared_tasks_file: "{{playbook_dir}}/<your-deployment-config>/my-before-symlink-shared-tasks.yml"
|
||||
#ansistrano_after_symlink_shared_tasks_file: "{{playbook_dir}}/<your-deployment-config>/my-after-symlink-shared-tasks.yml"
|
||||
#ansistrano_before_symlink_tasks_file: "{{playbook_dir}}/<your-deployment-config>/my-before-symlink-tasks.yml"
|
||||
#ansistrano_after_symlink_tasks_file: "{{playbook_dir}}/<your-deployment-config>/my-after-symlink-tasks.yml"
|
||||
ansistrano_after_symlink_tasks_file: "{{playbook_dir}}/tasks/after-symlink.yml"
|
||||
#ansistrano_before_cleanup_tasks_file: "{{playbook_dir}}/<your-deployment-config>/my-before-cleanup-tasks.yml"
|
||||
#ansistrano_after_cleanup_tasks_file: "{{playbook_dir}}/<your-deployment-config>/my-after-cleanup-tasks.yml"
|
||||
roles:
|
||||
|
@ -1 +1 @@
|
||||
172.19.8.13
|
||||
172.19.8.13 opcache=fcgi
|
5
apps/odea/tasks/after-symlink.yml
Executable file
5
apps/odea/tasks/after-symlink.yml
Executable file
@ -0,0 +1,5 @@
|
||||
---
|
||||
- name: ODEA | Restart PHP-FPM
|
||||
become: yes
|
||||
service: name=php5-fpm state=reloaded
|
||||
when: opcache is defined and opcache == "fcgi"
|
Loading…
Reference in New Issue
Block a user