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