-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ADHOC feat async-import: make things faster through parallel run
if task is imported asyncronously - playbook can proceed with other tasks, in the use cases here, I don't think we need to check back if task has finished successfully, if this is a concern - don't allow async execution see: * https://www.treitos.com/blog/2020/improving-ansible-performance.html * https://docs.ansible.com/ansible/2.9/user_guide/playbooks_async.html * https://docs.ansible.com/ansible/latest/user_guide/playbooks_handlers.html
- Loading branch information
Anton Boritskiy
committed
Jun 9, 2021
1 parent
53b4748
commit 63445e5
Showing
3 changed files
with
31 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters