Emil

Results 5 issues of Emil

### Summary See https://github.com/ansible/ansible/issues/18918 ### Issue Type Feature Idea ### Component Name ec2_elb, ec2_elb_lb, ec2_elb_facts ### Additional Information _No response_ ### Code of Conduct - [X] I agree to follow...

feature
module
plugins

#### Summary TCP and UDP connections initiated by Pods time out/fail often (~50% of time). I tracked this network "instability" to unexpected ephemeral ports used, not matching the OS ephemeral...

### Describe the Feature ECS supports executing commands/opening a shell into the containers. The flag to enable this is documented at https://registry.terraform.io/modules/terraform-aws-modules/ecs/aws/latest/submodules/container-definition#input_enable_execute_command. No such flag, however, is supported by the...

### Summary Typo on line 222 of `autoscaling_instance_refresh.py` , currently reading: ``` module.exit_json(chaned=False, msg="In check_mode - No active referesh found, nothing to cancel.") ``` `chaned` needs to get `changed` ###...

### Summary AWS enables users to turn on a "skip_matching" preference when starting an Instance Refresh. The Ansible module OTOH does not expose that preference. ### Issue Type Feature Idea...