--- - hosts: localhost become: true remote_user: root roles: - ansible-role-nginx vars: nginx_main_push_enable: true nginx_main_push_location: ../files/nginx.conf nginx_http_push_enable: true nginx_http_push_location: ../files/http/*.conf