summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix urlopen usage to use open_url insteadurlib2-travisToshio Kuratomi2015-09-169-54/+52
* Merge pull request #12397 from lambeau/develJames Cammarata2015-09-161-1/+1
|\
| * Fix spellingNathaniel Schaaf2015-09-161-1/+1
* | Merge pull request #12054 from cchurch/winrm_optionsChris Church2015-09-162-52/+78
|\ \
| * | Remove ansible_winrm_ host/port/user/pass options, update exception handling ...Chris Church2015-09-162-20/+21
| * | Support additional options for WinRM connections via inventory variables.Chris Church2015-09-162-44/+69
* | | Cleaning up inventory bugs from earlier group changeJames Cammarata2015-09-162-37/+12
|/ /
* | Merge pull request #12051 from cchurch/winrm_pass_cmd_as_isChris Church2015-09-164-4/+29
|\ \
| * | Pass windows command as-is without splitting/rejoining parameters.Chris Church2015-09-164-4/+29
|/ /
* | Merge pull request #12049 from cchurch/win_group_testsChris Church2015-09-163-0/+106
|\ \
| * | Add integration tests for win_group module.Chris Church2015-08-223-0/+106
* | | Merge pull request #12050 from cchurch/test_win_msi_createsChris Church2015-09-162-6/+35
|\ \ \
| * | | Update win_msi tests to specify msi url and paths via variables.Chris Church2015-09-152-11/+17
| * | | Add tests for creates parameter to win_msi module.Chris Church2015-09-151-4/+27
* | | | Merge pull request #12399 from jkugler/patch-3James Cammarata2015-09-161-1/+1
|\ \ \ \
| * | | | Fixing a small typoJoshua Kugler2015-09-161-1/+1
* | | | | Merge pull request #12400 from mcsalgado/dict_default_argumentJames Cammarata2015-09-163-3/+11
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix mutable default argumentVictor Salgado2015-09-163-3/+11
|/ / / /
* | | | Merge branch 'quinot-topic/crash_empty_inventory' into develJames Cammarata2015-09-164-51/+45
|\ \ \ \
| * | | | Cleaning up default group creation in inventory parsersJames Cammarata2015-09-164-53/+42
| * | | | Merge branch 'topic/crash_empty_inventory' of https://github.com/quinot/ansib...James Cammarata2015-09-161-2/+7
| |\ \ \ \
| | * | | | Always create 'all' groupThomas Quinot2015-09-161-2/+7
| * | | | | Tweak sample blocks of blocks a bit moreJames Cammarata2015-09-161-1/+4
* | | | | | Tweak sample blocks of blocks a bit moreJames Cammarata2015-09-161-1/+4
* | | | | | Fix problems with undefined references to self.display and remove method that...Toshio Kuratomi2015-09-161-71/+28
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #12359 from cchurch/fetch_no_fail_on_missingJames Cammarata2015-09-162-1/+32
|\ \ \ \ \
| * | | | | Fix fetch action plugin to not fail if file is missing and fail_if_missing=Fa...Chris Church2015-09-142-1/+32
* | | | | | Merge pull request #12382 from AxelDelmas/env_asyncJames Cammarata2015-09-161-1/+1
|\ \ \ \ \ \
| * | | | | | Added env_string in async_cmdAxel Delmas2015-09-151-1/+1
* | | | | | | Merge pull request #12387 from jkugler/patch-1James Cammarata2015-09-161-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Small change so the YAML renders as code.Joshua Kugler2015-09-151-1/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #12388 from jkugler/patch-2James Cammarata2015-09-161-1/+1
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Wrong column namedJoshua Kugler2015-09-151-1/+1
| |/ / / / /
* | | | | | Merge pull request #12389 from amenonsen/minus-tJames Cammarata2015-09-161-0/+2
|\ \ \ \ \ \
| * | | | | | Set PlayContext.timeout from the value specified by -T on the command-lineAbhijit Menon-Sen2015-09-161-0/+2
| |/ / / / /
* | | | | | Fixing parent block serialization for blocksJames Cammarata2015-09-162-5/+15
|/ / / / /
* | | | | Fix galaxy install dep failureJames Cammarata2015-09-154-113/+133
* | | | | Update core modules refToshio Kuratomi2015-09-151-8/+5
* | | | | Merge branch 'bcoca-normalize_plugin_paths' into develJames Cammarata2015-09-1523-38/+40
|\ \ \ \ \
| * \ \ \ \ Merge branch 'normalize_plugin_paths' of https://github.com/bcoca/ansible int...James Cammarata2015-09-1523-38/+40
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | corrected all missing paths changesBrian Coca2015-09-1513-22/+22
| | * | | | normalized plugin paths and names and configsBrian Coca2015-09-1518-16/+18
* | | | | | Removing FIXME comment which is no longer requiredJames Cammarata2015-09-151-1/+0
|/ / / / /
* | | | | Fix logic for changed/failed_when + retry/until loopsJames Cammarata2015-09-151-9/+21
* | | | | Fix delegate_to localhost vs. 127.0.0.1 (and ::1)James Cammarata2015-09-152-4/+14
* | | | | Tweak failure condition for field attributes expected to be stringsJames Cammarata2015-09-151-1/+1
* | | | | Merge pull request #11790 from brianlloyd/win_lineinfileChris Church2015-09-157-0/+653
|\ \ \ \ \
| * | | | | integration tests for windows implementation of lineinfileBrian Lloyd2015-07-297-0/+653
* | | | | | Make sure string attributes are strings from YAML to avoid bad type conversionsJames Cammarata2015-09-151-0/+6
| |/ / / / |/| | | |
* | | | | Merge pull request #12375 from jhawkesworth/configuring_kerberos_docBrian Coca2015-09-151-0/+73
|\ \ \ \ \