Configuration

Getting list of failed hosts

# ansible.cfg
[defaults]
retry_files_enabled=True
retry_files_save_path=failed

Reference

Last updated