summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Testing threading hang fixestestingJames Cammarata2016-09-156-74/+85
|
* Merge pull request #17504 from ypid/docs/use_reserved_addresses_and_namesAbhijit Menon-Sen2016-09-1113-48/+46
|\ | | | | Use addresses and names reserved for documentation
| * Use addresses and names reserved for documentationRobin Schneider2016-09-1113-48/+46
|/ | | | | | | | Trying to preserve the meaning of the examples. Not all occurrences in `docsite/rst/playbooks_lookups.rst` have been changed for instance to allow the unchanged examples to be used for testing. Related to: #17479
* changelog: add missing new modules (#17503)René Moser2016-09-111-2/+53
|
* Flush the queued items in linear periodicallyJames Cammarata2016-09-102-5/+9
|
* Re-adding processing of results inline with queuing tasks for linearJames Cammarata2016-09-101-1/+1
|
* Merge pull request #17496 from chouseknecht/develChris Houseknecht2016-09-101-2/+3
|\ | | | | Fix version comparison in docker_common.py
| * Use LooseVersion comparison. Default docker_api_version to 'auto'.Chris Houseknecht2016-09-101-2/+3
|/
* Merge pull request #17485 from lovmat/clearify_why_using_python2scottb2016-09-091-2/+3
|\ | | | | Clarifying why Ansible still uses Python 2
| * Clarifying why Ansible still uses Python 2Mattias Loverot2016-09-091-2/+3
| |
* | Filesystem blocks are of size `f_frsize` (#17493)Peter Oliver2016-09-091-2/+2
| | | | | | | | | | The statvfs(3) manpage on Linux states that `f_blocks` is the "size of fs in `f_frsize` units". The manpages on Solaris and AIX state something similar. With ext4 on Linux, I suspect that `f_bsize` and `f_frsize` are always identical, masking this error. On Solaris, the sizes differ for each of ufs, vxfs and zfs causing the `size_available` and `size_total` facts to be set incorrectly on this OS.
* | removed previously deprecated ';' host separatorBrian Coca2016-09-092-4/+1
| |
* | using delegated host's facts when delegating (#17489)Brian Coca2016-09-092-2/+8
| | | | | | fixes #17313
* | Iterate through role paths when installing roles (#17487)jctanner2016-09-091-31/+45
| | | | | | | | * Iterate through role paths when attempting to install roles
* | Fix from_yaml for non-string_types. This resolves #17397 (#17398)Alvaro Aleman2016-09-091-1/+6
| |
* | adjust WinRM service configuration message textnitzmahone2016-09-091-1/+1
| | | | | | | | fixes #17478
* | Merge branch 'patch-1' of git://github.com/jlehtniemi-broadsoft/ansible into ↵nitzmahone2016-09-091-0/+2
|\ \ | | | | | | | | | HEAD
| * | Start WinRM service automatically on rebootjlehtniemi-broadsoft2016-09-091-0/+2
| | |
* | | Merge pull request #17481 from privateip/junosPeter Sprygada2016-09-091-1/+3
|\ \ \ | | | | | | | | minor update to catch expection if trying close a non existent session
| * | | minor update to catch expection if trying close a non existent sessionPeter Sprygada2016-09-091-1/+3
| | | | | | | | | | | | | | | | | | | | This will prevent the junos shared module from throwing an exception if the session is trying to be closed when it doesn't exist
* | | | take delegated vars before removing themBrian Coca2016-09-091-1/+1
| | | | | | | | | | | | | | | | fixes #17455
* | | | Fix fileglob filter to work just like fileglob lookup plugin (#17480)Dag Wieers2016-09-091-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The fileglob lookup plugin only returns files, not directories. This is to be expected, as a mixed list would not be very useful in with_fileglob. However the fileglob filter does return anything glob.glob() returns. This change fixes this, so that fileglob returns files (as the name indicates). PS We could also offer a glob filter for thos that would need it ? This relates to comments in issue #17136 and fixes confusion in #17269.
* | | | Support late evaluation, suppress warnings on SyntaxError (#17462)Dag Wieers2016-09-091-2/+1
| | | | | | | | | | | | See #14304 comments (https://github.com/ansible/ansible/pull/14304#issuecomment-245453209) for more information.
* | | | Don't use the shell to catch output, catch output in python. Fixes #17137 ↵Matt Martz2016-09-091-3/+6
| | | | | | | | | | | | | | | | (#17449)
* | | | Clean up unarchive action plugin (#17429)Dag Wieers2016-09-091-3/+1
| | | |
* | | | Allow for no prefix in the comment filter (#17421)Maciej Delmanowski2016-09-091-2/+8
| | | | | | | | | | | | | | | | | | | | In the 'comment' filter, if the 'prefix' parameter is set as empty, don't add an empty line before the comment. To get the previous behaviour (empty line before comment), set the prefix to '\n'.
* | | | Add public_ip option to linode dynamic inventory (#17390)Jared Sprague2016-09-092-4/+18
| |/ / |/| | | | | | | | | | | | | | * Add public_ip option to linode dynamic inventory * Add an option to use public IP instead of label for linode hosts
* | | Enable more integration tests for python 3. (#17473)Matt Clay2016-09-082-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Enable more integration tests for python 3. * Split out python 3 integration tests. Now that we're running more integration tests on python 3, the tests are taking long enough that they warrant splitting out in the same way the python 2 tests are split.
* | | Update submodule refs.Matt Clay2016-09-082-12/+14
| | |
* | | Add python 3 support to test_apt_repository. (#17472)Matt Clay2016-09-081-4/+17
| | |
* | | Enable more tests that pass on python 3. (#17471)Matt Clay2016-09-081-4/+1
| | | | | | | | | | | | * Enable more tests that pass on python 3. * Disable test_apt_repository for python 3.
* | | Add python3-apt to ubuntu1604py3 Dockerfile.Matt Clay2016-09-081-0/+1
|/ /
* | Merge pull request #17467 from privateip/netcfgPeter Sprygada2016-09-081-1/+1
|\ \ | | | | | | fixes issue with netcfg not working with match=line and path
| * | fixes issue with netcfg not working with match=line and pathPeter Sprygada2016-09-081-1/+1
| | | | | | | | | | | | | | | The difference() method now checks this condition and doesn't filter the path when match=line
* | | Fixing typo in developing modules docJames Cammarata2016-09-081-1/+1
| | |
* | | Cleanup adhoc doc language regarding shell vs. command syntaxJames Cammarata2016-09-081-4/+3
| | | | | | | | | | | | Fixes #7240
* | | old yaml format has been long goneBrian Coca2016-09-081-207/+0
| | | | | | | | | | | | | | | | | | script is not compatible with new yaml format so removing it to avoid confusion (cherry picked from commit 52099224e632fe0a8b076774b22723fb73d19ea0)
* | | linked cause people forget yaml and yml existBrian Coca2016-09-081-0/+1
| | | | | | | | | | | | (cherry picked from commit c769a966106cc01edd87f26a587238e954195d7d)
* | | Re-fix the per-item diff output, (#17458)Tobias Wolf2016-09-081-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | which got lost in recent big 'performance improvements' merge by @jimi-c. I had made a previous PR to fix this, then @bcoca had committed an improved fix. Now it's lost again. cf: d2b3b2c03e2934b126f5701e5f6e25821e2dbe35 (lost here) cf: 25e9b5788bb2c43743a06f877f34c2336d19338b (previous fix) Earlier PR #14849 Earlier issue #14843 Please note that jimi-c broke this last time as well ... seeing a pattern here.
* | | Defined children for get_vm (#15904)Edward Marshall2016-09-081-0/+1
|/ /
* | Fix typoAbhijit Menon-Sen2016-09-081-1/+1
| |
* | Merge pull request #17452 from privateip/netcfgPeter Sprygada2016-09-071-10/+18
|\ \ | | | | | | adds context to diff functions based on config path
| * | adds context to diff functions based on config pathPeter Sprygada2016-09-071-10/+18
| | | | | | | | | | | | * difference() now accepts a path keyword to specify comparision domain
* | | Merge pull request #16553 from ericchou1/develPeter Sprygada2016-09-071-0/+37
|\ \ \ | | | | | | | | Added axapi_authenticate_v3 and axapi_call_v3 for AXAPIv3
| * | | Added axapi_authenticate_v3 and axapi_call_v3 for new AXAPIv3 that is not ↵Eric Chou2016-07-011-3/+3
| | | | | | | | | | | | | | | | backward compatible
| * | | Added axapi_authenticate_v3 and axapi_call_v3 for new AXAPIv3 that is not ↵Eric Chou2016-07-011-0/+37
| | | | | | | | | | | | | | | | backward compatible
* | | | Make ssh_executable available as ansible_ssh_* variable (#17450)Andrea Tartaglia2016-09-072-3/+7
| | | |
* | | | Fixing another logic issue related to include_role changesJames Cammarata2016-09-071-1/+1
| |/ / |/| |
* | | Merge pull request #17447 from privateip/eosPeter Sprygada2016-09-071-0/+4
|\ \ \ | | | | | | | | minor fix in eos shared module returning diff
| * | | minor fix in eos shared module returning diffPeter Sprygada2016-09-071-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The diff returned from eos when the transport was set to eapi was as a dict but is expected to be a str. This change extracts the diff string from the dict object and returns it. The behavior is now consistent between cli and eapi transports.