--- - hosts: groupa roles: - oracle - hosts: groupb roles: - apache - hosts: local connection: local tasks: - { debug: { msg: "Tasks to run locally" } }