community.general/lib/ansible
Ryan Brown 1699c9ea48 [cloud] ec2_elb_facts fails on accounts with to many ELBs (#21602)
The list_elbs call to boto doesn't use any pagination, so any time there
are more ELBs than the API page size, this module will fail. This change
uses the `next_token` attribute of `ResultSet` to check if there are
still more ELBs to return.

Fixes #21361
2017-02-27 16:42:23 -05:00
..
cli ansible-doc more flexible to metadata changes 2017-02-24 20:58:37 -05:00
compat Fix typo when choosing KqueueSelector 2017-02-06 08:46:58 -08:00
config Making the switch to v2 2015-05-03 21:47:26 -05:00
errors adds feature to all modules to be run locally (#18763) 2016-12-15 15:47:29 -05:00
executor Change warning message as advised by bcoca 2017-02-27 09:41:41 -08:00
galaxy Improve galaxy handling of tgz roles 2017-02-27 14:59:37 -05:00
inventory Use a custom id generator over uuid4 2017-02-10 14:38:38 -06:00
module_utils fix for #21729, use VERSION_ID instead of PRETTY_NAME to get release (#21730) 2017-02-27 15:01:02 -05:00
modules [cloud] ec2_elb_facts fails on accounts with to many ELBs (#21602) 2017-02-27 16:42:23 -05:00
parsing Fix PEP 8 issue. 2017-02-24 12:55:55 -08:00
playbook fixes play context connection user (#21776) 2017-02-22 15:34:11 +00:00
plugins Fact proccessing fixes (#22003) 2017-02-27 16:22:30 -05:00
template Also clean template data even if marked unsafe 2017-02-10 10:08:55 -06:00
utils PEP8 E712 fixes (#21916) 2017-02-24 16:49:43 -06:00
vars Fix bug introduced in 0df3767 regarding undefined entries in HostVars 2017-02-15 16:22:31 -06:00
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 2016-04-29 08:47:49 -07:00
constants.py Add 9p to list of special filesystems for selinux 2017-02-27 09:13:28 -05:00
release.py Bumping devel version to 2.3.0 2016-10-03 11:46:31 -05:00