You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible
Ryan Brown 858a1b09bb EC2_group module refactor (formerly pr/37255) (#38678)
* Refactor ec2_group

Replace nested for loops with list comprehensions

Purge rules before adding new ones in case sg has maximum permitted rules

* Add check mode tests for ec2_group

* add tests

* Remove dead code

* Fix integration test assertions for old boto versions

* Add waiter for security group that is autocreated

* Add support for in-account group rules

* Add common util to get AWS account ID

Fixes #31383

* Fix protocol number and add separate tests for egress rule handling

* Return egress rule treatment to be backwards compatible

* Remove functions that were obsoleted by `Rule` namedtuple

* IP tests

* Move description updates to a function

* Fix string formatting missing index

* Add tests for auto-creation of the same group in quick succession

* Resolve use of brand-new group in a rule without a description

* Clean up duplicated get-security-group function

* Add reverse cleanup in case of dependency issues

* Add crossaccount ELB group support

* Deal with non-STS calls to account API

* Add filtering of owner IDs that match the current account
8 years ago
..
cli add keywords handling to ansible-doc 8 years ago
compat Enable wildcard import pylint (#35786) 8 years ago
config HTTP(S) API connection plugin (#39224) 8 years ago
errors give hint to users when a file is not found 8 years ago
executor use correct object in error 8 years ago
galaxy Allow the galaxy client to fetch from a url in role version data (#39396) 8 years ago
inventory Don't display host pattern warning for empty groups (fixes #35255) (#39927) 8 years ago
module_utils EC2_group module refactor (formerly pr/37255) (#38678) 8 years ago
modules EC2_group module refactor (formerly pr/37255) (#38678) 8 years ago
parsing allow dataloader to use descriptors (#40627) 8 years ago
playbook always_run: removed deprecated always_run task option (#40470) 8 years ago
plugins nxos_file_copy network_cli and httpapi fix (#40592) 8 years ago
template Fix when template paths contain non-ascii chars and using the path in ansible_managed 8 years ago
utils Fixes #36621, support adfs auth through adal (#37909) 8 years ago
vars minimize loading files/plugins 8 years ago
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 10 years ago
constants.py centralize doc/config plugin lists (#38775) 8 years ago
release.py Update Ansible release version to 2.6.0dev0. 8 years ago