Commit Graph

14 Commits (2372a3b7347a4cd8e0c3ee0f68dba8522d2423c1)

Author SHA1 Message Date
Michael DeHaan 2372a3b734 Sudo support operational in both playbooks and main program. Implementation could use some cleanup. 14 years ago
Michael DeHaan 81e3496037 Added preliminary support for --sudo to ansible, playbook support and further testing pending. 14 years ago
Michael DeHaan 72cc99722d sudo tweaks 14 years ago
Michael DeHaan c2a6e2f97b Work in progress on sudo, hitting some issues with paramiko saying the connection is closed. 14 years ago
Michael DeHaan 7133734d87 Remove debug statements (WIP on sudo) 14 years ago
Michael DeHaan 706ba9fd9a Add paramiko/pycrypto atfork workaround (can back out later if not useful), tweak error
message text per skvidal's suggestion
14 years ago
Christopher Johnston 15e781eb51 add exception check for paramiko if older then 1.7 14 years ago
Christopher Johnston f06ec76fdb add support for using an alternate remote port 14 years ago
Seth Vidal 89d4bc542c fix up minor type - AnsibleException should be AnsibleError 14 years ago
Michael DeHaan c861e0de55 Fix "import *" and resultant new things detectable from "make pyflakes" 14 years ago
Michael DeHaan 24923c2e17 Purge unused imports per pyflakes 14 years ago
Michael DeHaan 4ae98ed92d Upgrades to error handling, now general try/catch available. 14 years ago
Michael DeHaan 86e19cd8c8 This adds async poll support to playbooks. See examples. Some more testing due + docs
but this is more or less a mirror of what /bin/ansible does.  It also has a 'fire and
forget' mode if the poll interval is left off or set to 0.
14 years ago
Michael DeHaan bb5e4fad48 Abstracted out transport from implementation so it can be pluggable. Also fixes for output format. 14 years ago