--- - name: Deploy handler's nginx configuration template: src=nginx_handler.conf.j2 dest=/etc/nginx/ansible_location.d/10-llng_handler.conf when: llng_handler == True notify: reload nginx tags: web - name: Deploy portal's nginx configuration template: src=nginx_portal.conf.j2 dest=/etc/nginx/ansible_conf.d/22-llng_portal.conf when: llng_portal == True notify: reload nginx tags: web - name: Deploy manager's nginx configuration template: src=nginx_manager.conf.j2 dest=/etc/nginx/ansible_conf.d/23-llng_manager.conf when: llng_manager == True notify: reload nginx tags: web