#!/usr/bin/env ansible-playbook --- - hosts: gitea vars: gitea: "{{ glob_gitea | default({}) | combine(loc_gitea | default({})) }}" roles: - gitea