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