community.general/lib/ansible
Stephen Fromm 70a3fab79f Add LocalConnection class to connection.py
This creates a LocalConnection class for the case when operating on the
localhost.  If the host, argument to Connection.connect(), matches
127.0.0.1, localhost, or the name of the host as returned by
os.uname()[1], Connection.connect() will opt to use LocalConnection
instead of ParamikoConnection.  LocalConnection implements connect(),
exec_command(), put_file(), and close().
2012-04-06 16:38:27 -07:00
..
__init__.py Adding version and author to ansible init. 2012-03-07 12:02:05 -05:00
callbacks.py Surface module debug (-D) to /usr/bin/ansible also 2012-03-31 11:45:29 -04:00
connection.py Add LocalConnection class to connection.py 2012-04-06 16:38:27 -07:00
constants.py add support for using an alternate remote port 2012-03-28 14:05:31 -07:00
errors.py Update example to use correct service state; minor pep8 indent/spacing fixes 2012-03-15 23:10:03 -04:00
playbook.py Merge pull request #97 from jhoekx/stderr-logging 2012-03-31 08:01:48 -07:00
runner.py Add a debug attribute to Runner/Playbook. 2012-03-31 09:32:13 +02:00
utils.py Need for quoting/unquoting problems go away once module_args are all treated as strings throughout. 2012-03-30 22:52:38 -04:00