Michael DeHaan
|
6275e57718
|
pyflakes: Unused import / unused var
|
2012-03-30 23:04:02 -04:00 |
|
Michael DeHaan
|
2372a3b734
|
Sudo support operational in both playbooks and main program. Implementation could use some cleanup.
|
2012-03-29 22:59:29 -04:00 |
|
Michael DeHaan
|
81e3496037
|
Added preliminary support for --sudo to ansible, playbook support and further testing pending.
|
2012-03-29 01:37:06 -04:00 |
|
Michael DeHaan
|
72cc99722d
|
sudo tweaks
|
2012-03-28 23:30:31 -04:00 |
|
Michael DeHaan
|
c2a6e2f97b
|
Work in progress on sudo, hitting some issues with paramiko saying the connection is closed.
|
2012-03-28 22:51:16 -04:00 |
|
Michael DeHaan
|
7133734d87
|
Remove debug statements (WIP on sudo)
|
2012-03-28 20:58:34 -04:00 |
|
Michael DeHaan
|
706ba9fd9a
|
Add paramiko/pycrypto atfork workaround (can back out later if not useful), tweak error
message text per skvidal's suggestion
|
2012-03-28 20:32:04 -04:00 |
|
Christopher Johnston
|
15e781eb51
|
add exception check for paramiko if older then 1.7
|
2012-03-28 14:09:11 -07:00 |
|
Christopher Johnston
|
f06ec76fdb
|
add support for using an alternate remote port
|
2012-03-28 14:05:31 -07:00 |
|
Seth Vidal
|
89d4bc542c
|
fix up minor type - AnsibleException should be AnsibleError
|
2012-03-23 11:59:08 -04:00 |
|
Michael DeHaan
|
c861e0de55
|
Fix "import *" and resultant new things detectable from "make pyflakes"
|
2012-03-18 17:16:12 -04:00 |
|
Michael DeHaan
|
24923c2e17
|
Purge unused imports per pyflakes
|
2012-03-15 23:06:59 -04:00 |
|
Michael DeHaan
|
4ae98ed92d
|
Upgrades to error handling, now general try/catch available.
|
2012-03-13 20:59:05 -04:00 |
|
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.
|
2012-03-12 20:53:10 -04:00 |
|
Michael DeHaan
|
bb5e4fad48
|
Abstracted out transport from implementation so it can be pluggable. Also fixes for output format.
|
2012-03-10 13:35:46 -05:00 |
|