summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Maybe some information will helptest-setuptoolsToshio Kuratomi2015-10-271-0/+1
|
* pin the version?Toshio Kuratomi2015-10-271-1/+1
|
* Another tryToshio Kuratomi2015-10-271-1/+2
|
* Try harderToshio Kuratomi2015-10-271-1/+2
|
* Does this work? Seems it may have been a workaround of an earlier bugToshio Kuratomi2015-10-271-1/+2
| | | | with the same symptoms
* 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
| | | |
* | | | added setting of ansible_ssh_user to current user as backwards compatibilty ↵Brian Coca2015-10-261-0/+7
| | | | | | | | | | | | | | | | issue
* | | | Merge pull request #12899 from bcoca/vault_fixesBrian Coca2015-10-264-18/+14
|\ \ \ \ | | | | | | | | | | simplified vault password functions
| * | | | simplified vault password functionsBrian Coca2015-10-244-18/+14
| | | | | | | | | | | | | | | | | | | | also fixes #12864
* | | | | Merge pull request #12855 from bcoca/ec2_inv_dash_groupBrian Coca2015-10-262-4/+14
|\ \ \ \ \ | | | | | | | | | | | | make - replacement in group names optional
| * | | | | 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)
| * | | | | | 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 user
| * | | | | | | don't set user to current userBrian Coca2015-10-233-8/+3
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | also remove condition to bypass setting user if user matches current user this enables forcing user when set to the same user as current user and ignoring .ssh/config while keeping .ssh/config with current user if nothing is specified.
* | | | | | | Remove unused ca_file_path as it has not been hooked up to code for a long ↵Toshio Kuratomi2015-10-261-14/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | time (if ever) and is confusing people For instance, #12884
* | | | | | | Make sure Base attributes are copied cleanlyJames Cammarata2015-10-261-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #12882