#!/usr/bin/env ansible-playbook
---
- hosts: nginx
vars:
nginx: '{{ glob_nginx | default({}) | combine(loc_nginx | default({})) }}'
roles:
- nginx