summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* another place to correct the dataloader importdict-key-overwrite-warningToshio Kuratomi2015-10-261-1/+1
* Break apart a looped dependency to show a warning when parsing playbooksToshio Kuratomi2015-10-2618-308/+372
* Update submodule refsv2.0.0-0.4.beta2Toshio Kuratomi2015-10-262-11/+14
* added setting of ansible_ssh_user to current user as backwards compatibilty i...Brian Coca2015-10-261-0/+7
* Merge pull request #12899 from bcoca/vault_fixesBrian Coca2015-10-264-18/+14
|\
| * simplified vault password functionsBrian Coca2015-10-244-18/+14
* | Merge pull request #12855 from bcoca/ec2_inv_dash_groupBrian Coca2015-10-262-4/+14
|\ \
| * | make - replacement in group names optionalBrian Coca2015-10-212-4/+14
* | | Merge pull request #12886 from bcoca/doc_with_includeBrian Coca2015-10-261-0/+30
|\ \ \
| * | | added docs for include with_items and usage of multiple lopo vars (item)Brian Coca2015-10-231-0/+30
* | | | Merge pull request #12896 from bcoca/ssh_current_user_configBrian Coca2015-10-263-8/+3
|\ \ \ \
| * | | | don't set user to current userBrian Coca2015-10-233-8/+3
| | |_|/ | |/| |
* | | | Remove unused ca_file_path as it has not been hooked up to code for a long ti...Toshio Kuratomi2015-10-261-14/+0
* | | | Make sure Base attributes are copied cleanlyJames Cammarata2015-10-261-1/+8
* | | | Update submodule refsToshio Kuratomi2015-10-262-15/+11
* | | | Remove GNU extension from xargs invocationToshio Kuratomi2015-10-261-1/+1
* | | | Fix invocation from bad merge and note where it would need to go to keepToshio Kuratomi2015-10-242-5/+8
|/ / /
* | | finalized changed to use abridtged_result instead of resultBrian Coca2015-10-231-3/+3
* | | Update submodule refsToshio Kuratomi2015-10-232-10/+16
* | | Merge pull request #12892 from ansible/synchronize-remote-to-itselfToshio Kuratomi2015-10-231-1/+1
|\ \ \
| * | | Potential fix for #12816synchronize-remote-to-itselfToshio Kuratomi2015-10-231-1/+1
|/ / /
* | | Manually add plugin directories when running the adhoc commandJames Cammarata2015-10-231-0/+11
* | | Implement invocation hiding for all callbacks if the verbosity is lowToshio Kuratomi2015-10-232-20/+22
* | | avoid showing invokation when no_log is set or verbosity is lowBrian Coca2015-10-231-1/+6
* | | Version bump for 2.0.0-0.4.beta2James Cammarata2015-10-233-14/+11
* | | Fix callbackToshio Kuratomi2015-10-231-3/+3
* | | added deploy_helperBrian Coca2015-10-231-0/+1
|/ /
* | Merge pull request #10362 from emonty/fix-kwargBrian Coca2015-10-231-68/+95
|\ \
| * | Update to final shade inventory interfaceMonty Taylor2015-10-211-68/+95
* | | Merge pull request #12879 from larsks/bug/12876James Cammarata2015-10-221-2/+0
|\ \ \
| * | | allow include: directive to work during exception processingLars Kellogg-Stedman2015-10-221-2/+0
* | | | Merge pull request #12878 from ansible/invocation-fixToshio Kuratomi2015-10-2232-179/+398
|\ \ \ \ | |/ / / |/| | |
| * | | Two fixes to action pluginsToshio Kuratomi2015-10-2227-179/+387
| * | | Fix for invocation not being added to output.invocation-fixToshio Kuratomi2015-10-221-1/+1
| * | | Add parsing test to travis to catch that invocation is missingToshio Kuratomi2015-10-222-6/+6
| * | | Restore the automatic addition of invocation to the outputToshio Kuratomi2015-10-225-1/+12
* | | | Revert "make callbacks declare needing whitelisting"Brian Coca2015-10-2210-13/+3
* | | | Revert "Add slack callback plugin"Brian Coca2015-10-221-249/+0
* | | | Cleaning up FIXMEsJames Cammarata2015-10-2232-105/+49
* | | | Update submodule refsToshio Kuratomi2015-10-222-10/+13
* | | | added ecs modules to changelogBrian Coca2015-10-221-0/+3
* | | | Add slack callback pluginMatt Martz2015-10-221-0/+249
* | | | make callbacks declare needing whitelistingBrian Coca2015-10-2210-3/+13
|/ / /
* | | Re-adding role_names magic variableJames Cammarata2015-10-221-0/+3
* | | Merge pull request #12868 from docschick/docschick-fixesBrian Coca2015-10-221-7/+9
|\ \ \
| * | | variables precedence reordering and added para to help explain precedence rulesSandra Wills2015-10-221-7/+9
|/ / /
* | | Merge pull request #12783 from larsks/bug/12782Brian Coca2015-10-221-0/+6
|\ \ \
| * | | correct value of remote_user for local connectionsLars Kellogg-Stedman2015-10-161-0/+6
* | | | added deprecation warning to comma separated role specBrian Coca2015-10-221-0/+9
* | | | Merge pull request #12861 from willthames/galaxy_spec_in_meta_main_fixBrian Coca2015-10-223-2/+5
|\ \ \ \