summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | Submodule updateJames Cammarata2015-09-172-12/+15
* | | Adding new module os_user_group to CHANGELOGJames Cammarata2015-09-171-0/+1
* | | Merge branch 'apollo13-sudo_on_if_needed' into develJames Cammarata2015-09-174-1/+73
|\ \ \
| * \ \ Merge branch 'sudo_on_if_needed' of https://github.com/apollo13/ansible into ...James Cammarata2015-09-174-1/+73
| |\ \ \ |/ / / /
| * | | Ported over #7158 to support SELinux context switches.Florian Apolloner2015-09-174-1/+28
| * | | Added a test to ensure that sudo is only used if remote and become user difer.Florian Apolloner2015-09-171-0/+45
| * | | Only use become if the target user difers from the current remote user.Florian Apolloner2015-09-171-1/+1
| |/ /
* | | typo in formatting the warning messageToshio Kuratomi2015-09-171-1/+1
* | | Restore python3 compat fix and fix AnsibleError undefined before useToshio Kuratomi2015-09-171-3/+5
* | | Merge pull request #12407 from mgedmin/py3kJames Cammarata2015-09-171-3/+3
|\ \ \
| * | | Python 3: basestring in play_context.pyMarius Gedminas2015-09-171-3/+3
| |/ /
* | | Fixing groups variable structure to match v1James Cammarata2015-09-171-1/+4
* | | Merge pull request #12417 from OddEssay/retry_files_documentationBrian Coca2015-09-172-0/+25
|\ \ \
| * | | Comments to explain retry_files_enabled and retry_files_save_pathPaul Freeman2015-09-171-0/+4
| * | | Documentation for retry_files_enabled and retry_files_save_pathPaul Freeman2015-09-171-0/+21
| |/ /
* | | fixed function signatureBrian Coca2015-09-171-1/+1
|/ /
* | Fix urlopen usage to use open_url insteadToshio Kuratomi2015-09-169-54/+52
* | Cleanup one more missed inventory bugJames Cammarata2015-09-161-1/+1
* | Merge pull request #12345 from mgedmin/py3kJames Cammarata2015-09-161-2/+5
|\ \
| * | Python 3: two more instances of 'basestring'Marius Gedminas2015-09-141-2/+5
* | | Merge pull request #12385 from cchurch/winrm_put_empty_fileChris Church2015-09-163-1/+36
|\ \ \
| * | | Enable winrm put_file to upload an empty file.Chris Church2015-09-153-1/+36
* | | | Merge pull request #12384 from cchurch/powershell_strict_modeChris Church2015-09-169-22/+286
|\ \ \ \
| * | | | Add PowerShell exception handling and turn on strict mode.Chris Church2015-09-159-22/+286
| |/ / /
* | | | 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