Tech Tutorials: Ansible delegate_to
www.tech693.com › 2018 › 05May 26, 2018 · This can be achieved in Ansible using the delegation option. As the terminology indicates, through Ansible delegate option we can configure to run a task on a different host (and not the default one) than the one that is being configured using the delegate_to key. The module will still run once for every machine, but instead of running on the target machine, it will run on the delegated host.