summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Fix ec2 infinitely nested groupsMatthew Jones2015-10-291-1/+3
|/ / | | | | | | | | The ec2 inventory module will incorrectly place parent groups as child groups of themselves, this fixes that.
* | Update extras submodule refToshio Kuratomi2015-10-291-6/+8
| |
* | switched to backticks to allow for non bourne shells to workBrian Coca2015-10-291-2/+2
| |
* | Merge pull request #12953 from larsks/bug/7890James Cammarata2015-10-291-0/+29
|\ \ | | | | | | add documentation for with_file loops
| * | add documentation for with_file loopsLars Kellogg-Stedman2015-10-281-0/+29
| | | | | | | | | | | | | | | This commit adds documentation for the `with_file` loop construct, resolving #7890 and #9160.
* | | Merge pull request #12957 from willthames/module_docs_guidelinesBrian Coca2015-10-281-1/+25
|\ \ \ | | | | | | | | Clarify module documentation
| * | | Clarify module documentationWill Thames2015-10-291-1/+25
|/ / / | | | | | | | | | | | | Make the position on _facts modules more emphatic Add documentation for RETURN structure
* | | Merge pull request #12950 from chrismeyersfsu/fix-ansible_test_service_checksumJames Cammarata2015-10-281-1/+1
|\ \ \ | | | | | | | | update ansible_test_service checksum
| * | | update ansible_test_service checksumChris Meyers2015-10-281-1/+1
|/ / /
* | | Cleanup some include logicJames Cammarata2015-10-283-32/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Properly mark hosts with failures in includes as failed * Don't send callbacks until we're sure we're done, and also fix how we increment stats so failures don't show up as ok's * Fix a bug in the include file logic where a failed include could lead to an infinite loop in the task iteration logic Fixes #12933
* | | Update submodule refsToshio Kuratomi2015-10-282-13/+16
| | |
* | | Add changelog to the tarballToshio Kuratomi2015-10-281-0/+1
|/ /
* | Allow tags to be specified in included file paramsJames Cammarata2015-10-282-2/+13
| | | | | | | | Fixes #12940
* | fixed removing -n in password sudo testsBrian Coca2015-10-281-1/+1
| |
* | Revert "capture some install issues and give out a slightly nicer error"Toshio Kuratomi2015-10-271-5/+0
| | | | | | | | | | | | | | This reverts commit e6b1dc45e1f8fb0040579622239d26eddf65aefe. This is not ready yet and it's causing failures in some environments (travis)
* | moved sudo -S and -n into configurable flags as they might be absent in much ↵Brian Coca2015-10-284-6/+6
| | | | | | | | | | | | older systems if password is supplied exsiting -n would get remove from flags
* | typo fixBrian Coca2015-10-271-1/+1
| |
* | added a skip for the test dir in module reposBrian Coca2015-10-271-0/+4
| |
* | capture some install issues and give out a slightly nicer errorBrian Coca2015-10-271-0/+5
| |
* | clarified ignore_errorsBrian Coca2015-10-271-2/+5
| |
* | Merge pull request #12938 from Petrox/patch-1Brian Coca2015-10-271-1/+1
|\ \ | | | | | | Typo fix: invenotry to inventory
| * | Typo fix: invenotry to inventoryPetrox2015-10-271-1/+1
|/ / | | | | Typo fix: invenotry to inventory :)
* | Improve the warning message about duplicate yaml dict keysToshio Kuratomi2015-10-271-7/+8
| |
* | Also consider the full role name when searching for --start-at-taskJames Cammarata2015-10-271-1/+2
| |
* | Merge pull request #12801 from chrismeyersfsu/fix-test_destructive_initJames Cammarata2015-10-271-3/+3
|\ \ | | | | | | run correct init system tests
| * | invoke systemd test for ubuntu >= 15.04 else invoke upstart testChris Meyers2015-10-211-2/+2
| | |
| * | run systemd tests for fedoraChris Meyers2015-10-191-2/+2
| | |
| * | run correct init system testsChris Meyers2015-10-171-2/+2
| | |
* | | Update core submodule ref to fix doc buildToshio Kuratomi2015-10-271-8/+5
| | |
* | | Merge pull request #12795 from chrismeyersfsu/fix-test_destructive_mysql_userJames Cammarata2015-10-271-2/+2
|\ \ \ | | | | | | | | remove module param quotes
| * | | remove module param quotesChris Meyers2015-10-161-2/+2
| |/ /
* | | Update submodule refsToshio Kuratomi2015-10-272-13/+14
| | |
* | | Merge pull request #12930 from ansible/dict-key-overwrite-warningToshio Kuratomi2015-10-2718-312/+374
|\ \ \ | | | | | | | | Break apart a looped dependency to show a warning when parsing playbooks
| * | | Break apart a looped dependency to show a warning when parsing playbooksToshio Kuratomi2015-10-2718-312/+374
| | | | | | | | | | | | | | | | | | | | Display a warning when a dict key is overwritten by pyyaml Fixes #12888
* | | | Fixing retry/until logic and default value for retriesJames Cammarata2015-10-272-3/+6
|/ / / | | | | | | | | | | | | Fixes #12928 Fixes #12929
* | | Merge pull request #12911 from bcoca/manpage_fixesJames Cammarata2015-10-2714-1222/+228
|\ \ \ | | | | | | | | Manpage fixes
| * | | normalized descriptions for most man pagesBrian Coca2015-10-2613-1221/+227
| | | | | | | | | | | | | | | | | | | | also removed the intermediate man page added intermidieate manpages to gitignore
| * | | added info about using -i 'hostname,' to usage/helpBrian Coca2015-10-261-1/+1
| | |/ | |/|
* | | Merge pull request #12866 from bcoca/more_inheritenceJames Cammarata2015-10-272-3/+3
|\ \ \ | | | | | | | | More inheritence
| * | | moved several directives so they are not settable at play, block, role and ↵Brian Coca2015-10-222-3/+3
| | | | | | | | | | | | | | | | task levels
* | | | Allow hostvars cache to be invalidated so hostvars contain all hosts after ↵James Cammarata2015-10-272-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | add_host Fixes #12925
* | | | Merge pull request #12901 from bcoca/sanitize_resultsJames Cammarata2015-10-273-5/+16
|\ \ \ \ | | | | | | | | | | sanatize results
| * | | | added missing string_typesBrian Coca2015-10-241-0/+1
| | | | |
| * | | | sanatize resultsBrian Coca2015-10-243-5/+15
| | |/ / | |/| |
* | | | Merge pull request #12918 from Dwaligon/develBrian Coca2015-10-264-4/+4
|\ \ \ \ | | | | | | | | | | Fxing typo
| * | | | Fixing typoJason O'Donnell2015-10-261-1/+1
| | | | |
| * | | | Fixing typoJason O'Donnell2015-10-261-1/+1
| | | | |
| * | | | Found another typoJason O'Donnell2015-10-261-1/+1
| | | | |
| * | | | Fxing typoJason O'Donnell2015-10-261-1/+1
|/ / / /
* | | | Update submodule refsv2.0.0-0.4.beta2Toshio Kuratomi2015-10-262-11/+14
| | | |