summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | enforce required 'required' in docsBrian Coca2016-05-051-0/+2
| | | |
* | | | fix default for removing imagesBrian Coca2016-05-051-1/+1
| | | |
* | | | Merge pull request #15712 from mhite/ip_typeMatt Davis2016-05-052-10/+51
|\ \ \ \ | | | | | | | | | | New inventory_ip_type option in gce inventory tool
| * | | | New inventory_ip_type option in gce inventory toolMatt Hite2016-05-032-10/+51
| | |_|/ | |/| |
* | | | added ability to also subset make testsBrian Coca2016-05-051-1/+1
| | | |
* | | | check that variable firstBrian Coca2016-05-051-2/+2
| | | | | | | | | | | | | | | | before using string methods to check for magic interpreter var
* | | | Fix logging into vCloud Director and expose verify_certs argument (#15533)camradal2016-05-051-2/+7
| | | |
* | | | better fix for arch version detection (#15705)Robin Roth2016-05-041-16/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * better fix for arch version detection fixes #15696 * be extra safe about tracebacks in facts.py * add comments to explain the setup * make allowempty more conservative, ignore file content * wrap function call in try/except * should never happen, but if it happens the bug should be distribtion=N/A and not a traceback
* | | | Corrections to documentation formattingToshio Kuratomi2016-05-045-11/+36
| | | |
* | | | error message cleanupnitzmahone2016-05-041-8/+6
| | | |
* | | | Merge pull request #15561 from resmo/test/support-debianRené Moser2016-05-047-14/+34
|\ \ \ \ | |/ / / |/| | | tests: make tests work for Debian 8/Ubuntu 16.04
| * | | tests, postgresql: add ubuntu 16.04 supportRene Moser2016-05-041-0/+10
| | | |
| * | | tests, apt_repository: disable Ubuntu 16.04 as there is no package yetRene Moser2016-05-041-1/+1
| | | |
| * | | tests: fix tests on Debian 8Rene Moser2016-05-046-14/+24
|/ / /
* | | use userdir module as example instead of alias (#15540)Robin Roth2016-05-041-10/+10
| | | | | | | | | | | | | | | | | | * alias module is very basic and removing it leads to the suse default config failing * future improvements might test different modules and the effect of them being removed
* | | Track build times (#15708)John R Barker2016-05-031-0/+3
| | | | | | | | | | | | See if https://buildtimetrend.herokuapp.com/ gives us any extra insights into how we can speed up builds
* | | Submodule updates to fix documentationToshio Kuratomi2016-05-032-18/+10
| | |
* | | actionable.py: Do not print next task banner in handler callback (#15698)Tobias Wolf2016-05-031-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix actionable callback plugin to not print the banner of the previous task. When a handler is executed there is no task banner, so in case it is run, it will reference the banner from the preceding task. **Author:** @hvhaugwitz Test case: --- - name: actionable filter hosts: all handlers: - name: handler command: "true" tasks: - name: task 1 file: path=/tmp/test state=touch notify: handler - name: task 2 file: path=/tmp/test state=absent - name: task 3 file: path=/tmp/test state=absent - name: task 4 file: path=/tmp/test state=absent - name: task 5 file: path=/tmp/test state=absent - name: task 6 file: path=/tmp/test state=absent Example output: BEFORE ------ PLAY [actionable filter] ******************************************************* TASK [task 1] ****************************************************************** changed: [localhost] TASK [task 2] ****************************************************************** changed: [localhost] RUNNING HANDLER [handler] ****************************************************** TASK [task 6] ****************************************************************** changed: [localhost] PLAY RECAP ********************************************************************* localhost : ok=8 changed=3 unreachable=0 failed=0 AFTER ----- PLAY [actionable filter] ******************************************************* TASK [task 1] ****************************************************************** changed: [localhost] TASK [task 2] ****************************************************************** changed: [localhost] RUNNING HANDLER [handler] ****************************************************** changed: [localhost] PLAY RECAP ********************************************************************* localhost : ok=8 changed=3 unreachable=0 failed=0
* | | another var 'defaulted' in run_testsBrian Coca2016-05-031-1/+1
| | |
* | | Add get_distribution_Archlinux (#15696)James Pic2016-05-031-0/+4
| | |
* | | Update core submodule ref to fix docs buildToshio Kuratomi2016-05-031-10/+7
| | |
* | | added defaults for 'optional' varsBrian Coca2016-05-031-2/+2
| | |
* | | Add a jsonarg type to arg spec (#15701)Toshio Kuratomi2016-05-031-0/+11
| | | | | | | | | | | | This makes sure that if we get a list or dict that it is turned into a jsonified string.
* | | fine tuned shell switches for run_tests.shBrian Coca2016-05-031-1/+3
| | |
* | | make vi the default editor if no EDITORBrian Coca2016-05-033-3/+3
| | | | | | | | | | | | fixes #15577
* | | Merge pull request #15689 from axelspringer/include_fixJames Cammarata2016-05-032-8/+8
|\ \ \ | | | | | | | | Restore Ansible 2.0 compatibility for include:
| * | | Treat "static: yes/no" with higher priority than "task_includes_static" in ↵Martin Matuska2016-05-032-7/+8
| | | | | | | | | | | | | | | | ansible.cfg
| * | | Restore Ansible 2.0 compatibility for includesMartin Matuska2016-05-021-2/+1
| | | |
* | | | Update submodule refsToshio Kuratomi2016-05-022-11/+20
| | | |
* | | | Update submodule refsToshio Kuratomi2016-05-022-10/+12
| | | |
* | | | Remove the ziploader provided pythonpaths from the env inside run_com… ↵jctanner2016-05-021-1/+13
|/ / / | | | | | | | | | | | | | | | | | | | | | (#15674) Remove the ziploader provided pythonpaths from the env inside run_command. Fixes #15655
* | | Don't fail hosts when using any_errors_fatal when ignoring errorsJames Cammarata2016-05-011-1/+1
| | | | | | | | | | | | Fixes #15431
* | | When var name is the same as var content, try to template it before ↵Yannig2016-05-013-1/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | reporting that var is not defined. (#13629) * When var name is the same as var content, try to template it before reporting that var is not defined. Add asserts in test_var_blending to check this special corner case. * Fix integration tests when using debug with list or dict.
* | | Get rid of logentries.to_unicode.Toshio Kuratomi2016-04-301-5/+1
| | | | | | | | | | | | | | | | | | | | | It wasn't doing anything that a literal couldn't do and used unicode_escape which only understands latin1 (The author of the code seems to have thought it took an encoding argument but it looks like that was silently ignored.)
* | | Fix inventory on python3Toshio Kuratomi2016-04-301-2/+2
| | |
* | | bytes when passing to os.path.* and opening the file, text at other timesToshio Kuratomi2016-04-292-5/+6
| | | | | | | | | | | | Fixes #15644
* | | Update submodule refsToshio Kuratomi2016-04-292-17/+10
| | |
* | | Merge pull request #15677 from abadger/ziploader-cache-lock-dict-fixToshio Kuratomi2016-04-292-16/+56
|\ \ \ | | | | | | | | Fix the mapping of module_name to Locks
| * | | Fix the mapping of module_name to LocksToshio Kuratomi2016-04-292-16/+56
|/ / / | | | | | | | | | | | | | | | | | | This was reinitialized every time we forked before so we weren't sharing the same Locks. It also was not accounting for modules which were directly invoked by an action plugin instead of going through the strategy plguins.
* | | Dist version fix for Red Hat and more tests (#15663)Robin Roth2016-04-293-81/+157
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add tests for centos6, rhel6 and rhel7 * gen_distribution_version_testcase with python2.6 * remove unused imports * fix redhat/vmware/... parsing * add centos7 test case
* | | fix typoBrian Coca2016-04-291-1/+1
| | |
* | | Merge pull request #15656 from abadger/ziploader-namespaceToshio Kuratomi2016-04-2911-22/+53
|\ \ \ | | | | | | | | Fix ziploader for the cornercase of ansible invoking ansible.
| * | | Fix ziploader for the cornercase of ansible invoking ansible.Toshio Kuratomi2016-04-2911-22/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Make ziploader's ansible and ansible.module_utils libraries into namespace packages. * Move __version__ and __author__ from ansible/__init__ to ansible/release.py. This is because namespace packages only load one __init__.py. If that is not the __init__.py with the author and version info then those won't be available. * In ziplaoder, move the version ito ANSIBLE_CONSTANTS. * Change PluginLoader to properly construct the path to the plugins even when namespace packages are present.
* | | | Merge pull request #15570 from jhawkesworth/regedit_fix_str_compare_testsMatt Davis2016-04-291-0/+24
|\ \ \ \ | | | | | | | | | | win_regedit integration test to cover change to allow empty string comparison
| * | | | win_regedit integration test to cover change to allow empty strings to be ↵=2016-04-241-0/+24
| | | | | | | | | | | | | | | | | | | | compared
* | | | | fixed method signature as per #15668Brian Coca2016-04-291-1/+1
| | | | |
* | | | | Added commas in documentation to increase readability (#15662)Jason Pettett2016-04-291-7/+7
| | | | | | | | | | | | | | | I have added commas in some sentences here because even as a native English speaker, they were somewhat difficult to read.
* | | | | Merge pull request #15618 from chouseknecht/docker_doc_fragChris Houseknecht2016-04-291-16/+29
|\ \ \ \ \ | | | | | | | | | | | | Docker doc frag
| * | | | | Add aliaseschouseknecht2016-04-271-0/+10
| | | | | |
| * | | | | Updated doc fragment to be consistent with the getting started guide.chouseknecht2016-04-271-16/+19
| | | | | |