1bedaa9e0c
Global variables rewrite each other on Travis instead of creating a build matrix
12 lines
243 B
YAML
12 lines
243 B
YAML
---
|
|
- hosts: localhost
|
|
become: true
|
|
remote_user: root
|
|
roles:
|
|
- ansible-role-nginx
|
|
vars:
|
|
main_push_enable: true
|
|
main_push_location: ../files/nginx.conf
|
|
http_push_enable: true
|
|
http_push_location: ../files/http/*.conf
|