Ansible Don’t Wait All Hosts To Complete A Task
Sometimes you don’t want to wait all hosts to complete a task, before going to the next one in Ansible. For example you have the the following scenario 1) Stop web server 2) Do some magic (takes different time on different hosts) 3) Start web server You don’t want your web servers to… Continue reading Ansible Don’t Wait All Hosts To Complete A Task