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 db7ba87111 Add polling logic in runner such that all actions get kicked off everywhere then polling
happens only on needed hosts, allowing some hosts to fail and drop out of the running.
12 years ago
..
__init__.py Adding version and author to ansible init. 12 years ago
connection.py Abstracted out transport from implementation so it can be pluggable. Also fixes for output format. 12 years ago
constants.py Add async polling logic to runner. Will add to playbook shortly, have to diagnose why paramiko 12 years ago
playbook.py src= parameters for template and copy operations can be relative to the playbook (for /usr/bin/ansible-playbook) or current directory (for /usr/bin/ansible) 12 years ago
runner.py Add polling logic in runner such that all actions get kicked off everywhere then polling 12 years ago
utils.py Add polling logic in runner such that all actions get kicked off everywhere then polling 12 years ago