#!/usr/bin/env ansible-playbook --- - hosts: constellation vars: constellation: "{{ glob_constellation | combine(loc_constellation | default({})) }}" nginx: "{{ glob_nginx | combine(loc_nginx | default({})) }}" roles: - constellation - nginx - constellation-front