This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
ansible:ansible_best_practice [2024/10/21 21:42] manu |
ansible:ansible_best_practice [2025/01/13 17:37] (current) manu |
||
---|---|---|---|
Line 9: | Line 9: | ||
callback_whithelist = profile_task # Print tasks duration | callback_whithelist = profile_task # Print tasks duration | ||
forks = 30 # Parallel sessions | forks = 30 # Parallel sessions | ||
+ | log_path = ./ansible_log.txt | ||
[ssh_connection] | [ssh_connection] |