You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible
Michael DeHaan e3b4981feb Various additions to make sure timed out and failed hosts are taken out of the playbook even if failed
during setup, async tasks, or poll operations.  This introduced some redundancy so I've made some
notes in the code where things need to be refactored to remove them.
12 years ago
..
__init__.py Adding version and author to ansible init. 12 years ago
connection.py Upgrades to error handling, now general try/catch available. 12 years ago
constants.py Add async polling logic to runner. Will add to playbook shortly, have to diagnose why paramiko 12 years ago
errors.py Upgrades to error handling, now general try/catch available. 12 years ago
playbook.py Various additions to make sure timed out and failed hosts are taken out of the playbook even if failed 12 years ago
runner.py Upgrades to error handling, now general try/catch available. 12 years ago
utils.py Upgrades to error handling, now general try/catch available. 12 years ago