Add feature: new custom instructions

This commit is contained in:
Emilien Mantel
2015-12-09 17:06:59 +01:00
parent 05cb864c7c
commit e0bb5e2752
5 changed files with 21 additions and 0 deletions

View File

@@ -36,6 +36,12 @@
with_fileglob: '../templates/etc/nginx/helper/*.j2'
notify: reload nginx
- name: TEMPLATE | Deploy custom http configuration
template: >
src=etc/nginx/conf.d/custom.conf.j2
dest=/etc/nginx/conf.d/custom.conf
notify: reload nginx
- name: INCLUDE | Upstream configuration
include: upstream.yml
when: nginx_php