community.general/lib/ansible
James Cammarata 2d11cfab92 Squashed commit of the following:
commit 24efa310b58c431b4d888a6315d1285da918f670
Author: James Cammarata <jimi@sngx.net>
Date:   Tue Dec 29 11:23:52 2015 -0500

    Adding an additional test for copy exclusion

    Adds a negative test for the situation when an exclusion doesn't
    exist in the target to be copied.

commit 643ba054877cf042177d65e6e2958178bdd2fe88
Merge: e6ee59f 66a8f7e
Author: James Cammarata <jimi@sngx.net>
Date:   Tue Dec 29 10:59:18 2015 -0500

    Merge branch 'speedup' of https://github.com/chrismeyersfsu/ansible into chrismeyersfsu-speedup

commit 66a8f7e873ca90f7848e47b04d9b62aed23a45df
Author: Chris Meyers <chris.meyers.fsu@gmail.com>
Date:   Mon Dec 28 09:47:00 2015 -0500

    better api and tests added

    * _copy_results = deepcopy for better performance
    * _copy_results_exclude to deepcopy but exclude certain fields. Pop
    fields that do not need to be deep copied. Re-assign popped fields
    after deep copy so we don't modify the original, to be copied, object.
    * _copy_results_exclude unit tests

commit 93490960ff4e75f38a7cc6f6d49f10f949f1a7da
Author: Chris Meyers <chris.meyers.fsu@gmail.com>
Date:   Fri Dec 25 23:17:26 2015 -0600

    remove uneeded deepcopy fields
2015-12-29 11:40:18 -05:00
..
cli Fixing a mistake from tweaking list stuff too much 2015-12-17 16:33:23 -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 Default msg param to AnsibleError to avoid serialization problems 2015-12-02 14:16:47 -05:00
executor Fix logic in PlayIterator when inserting tasks during rescue/always 2015-12-20 12:39:08 -05:00
galaxy Define and handle ignore_certs correctly. Preserve search term order. Tweak to Galaxy docsite. 2015-12-13 05:23:04 -05:00
inventory allow for non standard hostnames 2015-12-21 13:42:34 -05:00
module_utils bigip changes as requested by bcoca and abadger: 2015-12-24 11:49:31 -08:00
modules Update submodule refs 2015-12-25 12:17:22 -08:00
new_inventory fix some warning of undefined name. 2015-10-09 12:43:42 +08:00
parsing allow for non standard hostnames 2015-12-21 13:42:34 -05:00
playbook added newer vars to 'reset_vars' 2015-12-28 12:25:27 -05:00
plugins Squashed commit of the following: 2015-12-29 11:40:18 -05:00
template keep string type filters as strings 2015-12-08 12:52:20 -08:00
utils Revert "Enable host_key checking at the strategy level" 2015-12-17 12:43:47 -05:00
vars Merge role params into variables separately from other variables 2015-12-21 13:03:09 -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 Add package module to squash list 2015-12-19 13:00:58 -08:00
test-requirements.txt Making the switch to v2 2015-05-03 21:47:26 -05:00