community.general/lib/ansible
Tim Rupp ecee475a3a This patch fixes a number of outstanding bugs and code convention problems. (#31618)
* documentation was not inline with other Ansible modules
* Python 3 specific imports were missing
* monitor_type is no longer required when creating a new pool; it is now the default.
* A new monitor_type choice of "single" was added for a more intuitive way to specify "a single monitor". It uses "and_list" underneath, but provides additional checks to ensure that you are specifying only a single monitor.
* host and port arguments have been deprecated for now. Please use bigip_pool_member instead.
* 'partition' field was missing from documentation.
* A note that "python 2.7 or greater is required" has been added for those who were not aware that this applies for ALL F5 modules.
* Unit tests were fixed to support the above module
2017-10-13 09:47:49 -07:00
..
cli validate that existing dest is valid directory 2017-10-12 14:19:58 -04:00
compat Remove wildcard imports 2017-07-28 22:10:17 -07:00
config config tests 2017-10-12 19:26:39 -04:00
errors report extra info in verbose and if needed 2017-10-03 16:48:21 -04:00
executor move from with_<lookup>: to loop: 2017-10-10 15:43:49 -04:00
galaxy Removes container-enabled warning (#27578) 2017-08-01 12:51:03 -04:00
inventory Fix Inventory Plugin Loading (#31605) 2017-10-11 17:28:11 -07:00
module_utils Adding a cli transport option for the bigip_command module. (#30391) 2017-10-12 15:07:15 -07:00
modules This patch fixes a number of outstanding bugs and code convention problems. (#31618) 2017-10-13 09:47:49 -07:00
parsing Fix typo in vault decrypt error message (#31335) 2017-10-05 18:09:22 -04:00
playbook Fix static determination for include_tasks 2017-10-11 17:30:45 -07:00
plugins Validate parse_cli filter inputs (#31293) 2017-10-13 21:26:24 +05:30
template Fix dangerous default args. (#29839) 2017-09-12 00:11:13 -07:00
utils Create document fragment for enos modules (#31512) 2017-10-12 13:33:04 +01:00
vars update delegated var fetching for new 'loop' (#31588) 2017-10-12 14:57:38 -04:00
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 2016-04-29 08:47:49 -07:00
constants.py Fix backwards compatibility of constants.get_config 2017-10-03 09:19:04 -04:00
release.py Bump the versions now that devel is 2.5 2017-09-06 13:13:57 -07:00