- hosts: all gather_facts: True connection: local become: False roles: - determine-jump-host - hosts: deploy.EXAMPLE-CORP.COM gather_facts: True connection: local become: False roles: - remove-ad-group