community.general/lib/ansible
Peter Sprygada c2ce509aaf bugfixes for openswitch shared module
This commit fixes two bugs in the openswitch shared module.  The first
bug was a wrong argument type for the use_ssl argument.  It was set
to int and should be bool.  The second changes the default ports for http
(was 80, now 8091) and https (was 443, now 18091).  This change aligns
the default port values with the OS
2016-02-29 20:24:07 -05:00
..
cli Rework the way ad-hoc filters inventory to match how cli/playbook does it 2016-02-25 12:36:44 -05:00
compat Bundle a new version of python-six for compatibility along with some code to make it easy for distributions to override the bunndled copy if they have a new enough version. 2015-10-16 08:21:28 -07:00
config Making the switch to v2 2015-05-03 21:47:26 -05:00
errors Relocate use of ERROR to display class, to avoid doubling up 2016-01-19 12:10:39 -05:00
executor We are actually taking the repr of a string so we need separate to_bytes and repr calls 2016-02-26 16:57:32 -08:00
galaxy Merge pull request #13203 from willthames/galaxy_10620 2016-02-17 08:41:29 -05:00
inventory Use abspath instead of realpath for group/host vars files 2016-02-24 13:10:49 -05:00
module_utils bugfixes for openswitch shared module 2016-02-29 20:24:07 -05:00
modules update core subref 2016-02-26 13:51:38 -05:00
new_inventory fix some warning of undefined name. 2015-10-09 12:43:42 +08:00
parsing normalize path components to unicode before combining or operating on them 2016-02-26 10:29:37 -08:00
playbook hosts can be list or string 2016-02-25 11:30:41 -05:00
plugins Use io.StringIO and io.BytesIO instead of StringIO.StringIO for compat with py3 2016-02-26 16:43:05 -08:00
template Use io.StringIO and io.BytesIO instead of StringIO.StringIO for compat with py3 2016-02-26 16:43:05 -08:00
utils Improve efficiency of merge_hash 2016-02-18 16:03:11 +01:00
vars properly combine vars if merge is set 2016-02-12 00:55:17 -05:00
__init__.py Bump version in devel now that stable-2.0 has been branched 2015-12-02 17:57:53 +05:30
constants.py Merge pull request #13654 from sivel/paramiko-proxy-command 2016-02-23 11:30:43 -06:00
test-requirements.txt Making the switch to v2 2015-05-03 21:47:26 -05:00