- 24 Jul, 2015 3 commits
-
-
This is unsafe and we debated re-adding it to the v2/2.0 codebase, however it is a common-enough feature that we will simply mark it as deprecated for now and remove it at some point in the future. Fixes #11718
James Cammarata committed -
Brian Coca committed
-
Brian Coca committed
-
- 23 Jul, 2015 22 commits
-
-
Fixes #10164
James Cammarata committed -
Connection function for boto3
Brian Coca committed -
Also fixes in the correct way the bug in which the role name was incorrectly showing up twice in the task name. Fixes #10347
James Cammarata committed -
Fixes #10348
James Cammarata committed -
Fixes #10497
James Cammarata committed -
James Cammarata committed
-
* Don't reference __class__ when we can use the instance itself * use isdisjoint() as it can stop once a match is found * Remove a condtional that was taken care of in the conditonal just above
Toshio Kuratomi committed -
adding display to plugins and start moving debug to display
Brian Coca committed -
Brian Coca committed
-
Brian Coca committed
-
Avoid too broad except in Inventory
James Cammarata committed -
Update man1
Brian Coca committed -
Toshio Kuratomi committed
-
Brian Coca committed
-
Preserve OLDPWD in hacking/env-setup
Brian Coca committed -
Sheldon Hearn committed
-
snetting committed
-
Brian Coca committed
-
v2: Fixing delegate_to when using a variable
James Cammarata committed -
fixed file lookup pathing in dwim functinos, now does specific paths and priorities and is commented fixes #11672 as cwd is now not part of thos paths: if full path is supplied, used that
Brian Coca committed -
Andrew Hamilton committed
-
- 22 Jul, 2015 15 commits
-
-
Fixes #11695
James Cammarata committed -
Fixes #11693
James Cammarata committed -
Fixes #11641
James Cammarata committed -
* enable batch mode (configurable with a config option, on by default) for sftp transfers, so we can catch errors more easily * general cleanup in the local connection plugin and fetch action plugin Fixes #11612
James Cammarata committed -
James Cammarata committed
-
Also adds meta tasks to the list of tasks excluded from tag filtering Fixes #11574
James Cammarata committed -
Toshio Kuratomi committed
-
* added pattern matching to match v1 functionality * check the task name, not the task+role name for matches * make sure the input is unicode Fixes #11692
James Cammarata committed -
Fixes #11691
James Cammarata committed -
snetting committed
-
Fixes #11530
James Cammarata committed -
8935 rebase: add «-o outputfile» and -n(oexec) options to hacking/test-module
Brian Coca committed -
More complex example of using test-module
Brian Coca committed -
Abhijit Menon-Sen committed
-
test-module is useful but sometimes you want to edit the result before running it to e.g. set a debug point. Added a noexecute option (i.e. just create the module script, don't run it) and an output option to choose the filename of the result.
Will Thames committed
-