summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | 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
|\ \ \ \ \ \ \
| * | | | | | | Add kerberos configuration instructions to windows intro=2015-09-151-0/+73
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #12377 from tgerla/typo-fixBrian Coca2015-09-151-1/+1
|\ \ \ \ \ \ \
| * | | | | | | typo fixTim Gerla2015-09-151-1/+1
|/ / / / / / /
* | | | | | | Merge pull request #12371 from apollo13/patch-1Brian Coca2015-09-151-34/+0
|\ \ \ \ \ \ \
| * | | | | | | Remove duplicate SU_PROMPT_LOCALIZATIONSFlorian Apolloner2015-09-151-34/+0
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #12369 from bborysenko/docsite/playbooks_variablesBrian Coca2015-09-151-42/+42
|\ \ \ \ \ \ \
| * | | | | | | fix code block quoting and boldface for modules nameBorys Borysenko2015-09-151-42/+42
| |/ / / / / /
* | | | | | | added note about registered variablesBrian Coca2015-09-151-0/+2
* | | | | | | Merge pull request #12365 from gptech/patch-1Brian Coca2015-09-151-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Replace 'degug' with 'debug'gptech2015-09-141-1/+1
|/ / / / / /
* | | | | | Merge pull request #12361 from Ch00k/os_docs_typoBrian Coca2015-09-141-1/+1
|\ \ \ \ \ \
| * | | | | | Fix typoAndriy Yurchuk2015-09-141-1/+1
|/ / / / / /
* | | | | | Merge pull request #12339 from emonty/feature/openstack-no-logBrian Coca2015-09-141-2/+2
|\ \ \ \ \ \
| * | | | | | Add no-log parameter to common openstack argsMonty Taylor2015-09-131-2/+2
| |/ / / / /
* | | | | | Merge pull request #12360 from Yannig/devel_fix_ini_docBrian Coca2015-09-141-1/+1
|\ \ \ \ \ \
| * | | | | | Fix ansible v2 documentation for ini lookup plugin (property => properties).yannig.perre@gmail.com2015-09-141-1/+1
|/ / / / / /
* | | | | | Check if path is /dev/null when checking if a file is in fact a fileJames Cammarata2015-09-141-1/+1
* | | | | | Fix unit tests for change related to local_actionJames Cammarata2015-09-141-0/+1
| |_|/ / / |/| | | |
* | | | | Merge pull request #12357 from apollo13/become_fixJames Cammarata2015-09-141-1/+1
|\ \ \ \ \
| * | | | | Fixed #12356 -- Restored ansible 1.9.x become behavior.Florian Apolloner2015-09-141-1/+1
| |/ / / /
* | | | | Track local_action internally to prevent it from being overriddenJames Cammarata2015-09-144-4/+31
* | | | | Merge pull request #12348 from bborysenko/docsite/playbooks_introBrian Coca2015-09-141-29/+29
|\ \ \ \ \
| * | | | | use boldface for modules nameBorys Borysenko2015-09-141-4/+4
| * | | | | fix code block quotingBorys Borysenko2015-09-141-26/+26
| |/ / / /
* | | | | Merge pull request #12336 from halberom/doc_fix_filtersBrian Coca2015-09-141-3/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | playbooks_filters - minor fixesGerard Lynch2015-09-131-3/+3
|/ / / /
* | | | Merge pull request #12334 from geerlingguy/changelog-fixesJames Cammarata2015-09-121-244/+251
|\ \ \ \