community.general/lib/ansible/runner/connection_plugins
James Cammarata b45342923c Initial support for sudoable commands over fireball2
Caveats:
* requiretty must be disabled in the sudoers config
* asking for a password doesn't work yet, so any sudoers users must
  be configured with NOPASSWD
* if not starting the daemon as root, the user running the daemon
  must have sudoers entries to allow them to run the command as the
  target sudo_user
2013-08-28 11:14:58 -05:00
..
__init__.py Add __init__'s to git 2012-09-06 18:43:28 -04:00
chroot.py Remove unused modules 2013-05-18 23:11:47 +02:00
fireball.py Slight message tweak. 2013-06-30 18:27:15 -04:00
fireball2.py Initial support for sudoable commands over fireball2 2013-08-28 11:14:58 -05:00
local.py Standardize args/kwargs on connection plugins. 2013-04-05 14:50:15 -04:00
paramiko_ssh.py tweak indentation for 'make pep8' 2013-07-20 12:48:11 -04:00
ssh.py Merge pull request #3895 from mscherer/fix_option_new_ssh 2013-08-22 10:26:54 -07:00