#!/usr/bin/env ansible-playbook --- # Deploy Nginx - hosts: nginx,!adh_server vars: nginx: '{{ glob_nginx | default({}) | combine(service_nginx | default({}) | combine(loc_nginx | default({}))) }}' re2o_front: '{{ glob_re2o_front | default({}) | combine(loc_re2o_front | default({})) }}' # necessary for re2o-front roles: - nginx