community.general/lib/ansible
Stephen Fromm 1391481523 Add support for -c, --connection argument to specify connection type
Adds support to specify connection type to use.  The option -c,
--connection is added when connect_opts is set to True.  connect_opts is
added to make_parser() and base_parser_options().
2012-04-10 16:13:18 -07:00
..
__init__.py Bump release to 0.0.2 2012-04-03 09:51:05 -04:00
callbacks.py Merge remote branch 'public/integration' 2012-04-02 20:02:46 -04:00
connection.py Change to transport is local *and* is localhost 2012-04-10 13:20:03 -07:00
constants.py Add DEFAULT_TRANSPORT and DEFAULT_TRANSPORT_OPTS constants 2012-04-10 16:09:20 -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 Introduce per task variables and push them to templates. 2012-04-04 13:39:03 +02:00
runner.py Introduce per task variables and push them to templates. 2012-04-04 13:39:03 +02:00
utils.py Add support for -c, --connection argument to specify connection type 2012-04-10 16:13:18 -07:00