1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test/integration/targets/elb_application_lb/tasks
mjmayer a488b3a8ed elb_application_lb purge rules option (#43113)
* Add parameter to keep elb rules

Does not purge elb rules. This is usefull if running the elb_application_lb
 role and there is the desire to keep existing rules.

* Change variable name keep_rules to purge_rules

The descriptor purge has been used in the past.

* Changed default for purge_rules

Default is purge_rules. This is how the module has functioned previously. This change maintains
 the previous behavior.

* Add integration test for purge_rules flag

* Change wording of test task

* Fix merge conflcit

* Changed default for purge_rules

Default is purge_rules. This is how the module has functioned previously. This change maintains
 the previous behavior.

* merge conflcit

* Change wording of test task

* Add purge_rules option to test

* Change test description wording

* Expand purge_rules documentation

* Clarifies documentation for purge_rules option
2018-07-25 20:55:34 +10:00
..
main.yml [aws] Create classes for Application Load Balancer (#33769) 2018-05-04 16:22:00 -04:00
test_alb_bad_listener_options.yml [aws] Create classes for Application Load Balancer (#33769) 2018-05-04 16:22:00 -04:00
test_alb_tags.yml [aws] Create classes for Application Load Balancer (#33769) 2018-05-04 16:22:00 -04:00
test_alb_with_asg.yml [aws] Create classes for Application Load Balancer (#33769) 2018-05-04 16:22:00 -04:00
test_creating_alb.yml [aws] Create classes for Application Load Balancer (#33769) 2018-05-04 16:22:00 -04:00
test_deleting_alb.yml [aws] Create classes for Application Load Balancer (#33769) 2018-05-04 16:22:00 -04:00
test_modifying_alb_listeners.yml elb_application_lb purge rules option (#43113) 2018-07-25 20:55:34 +10:00