EVE-NG Linux VM SSH troubleshooting
September 20, 2025
Using Ansible handlers for optimized task execution
Handlers allow you to associate actions with tasks that make changes to devices. The key feature of handlers is that they are executed once, right before the end of the playbook.
A good example is saving a configuration. Throughout a playbook, configurations may be modified multiple times, but saving can happen only once at the end of the playbook.
Here’s a task that configures NTP servers:
Continue reading the post on Patreon .