2018-04-16 22:28:32 +02:00
|
|
|
---
|
|
|
|
- hosts: localhost
|
|
|
|
become: true
|
|
|
|
remote_user: root
|
|
|
|
roles:
|
|
|
|
- ansible-role-nginx
|
|
|
|
vars:
|
|
|
|
main_push_enable: true
|
|
|
|
main_push_location: ../files/nginx.conf
|
2018-04-17 00:56:56 +02:00
|
|
|
http_push_enable: true
|
2018-04-16 22:28:32 +02:00
|
|
|
http_push_location: ../files/http/*.conf
|