merged nginx-php role into this one
This commit is contained in:
parent
6d087a3938
commit
c1113aea9b
8 changed files with 2417 additions and 0 deletions
|
|
@ -1,7 +1,15 @@
|
|||
---
|
||||
- name: restart nginx
|
||||
service: name=nginx state=restarted
|
||||
|
||||
- name: reload nginx
|
||||
service: name=nginx state=reloaded
|
||||
|
||||
- name: restart php-fpm
|
||||
service: name=php7.0-fpm state=restarted
|
||||
|
||||
- name: delete nginx index.nginx-debian.html
|
||||
file: path=/var/www/html/index.nginx-debian.html state=absent
|
||||
|
||||
- name: delete nginx default config
|
||||
file: path=/etc/nginx/sites-enabled/default state=absent
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue