-
### Summary
Using community.aws.ec2_instance to stop instances usually works, but tonight it threw the message "Unable to stop instances:" for two out of three of the instances I was attempting to st…
-
### Summary
I see errors, when using ansible.windows.win_command / win_shell with the ssm connection plugin.
It seems, as if the win_command is executed in end endless loop while win_shell runs at…
-
### Summary
When creating an Elasticache Redis instance, AWS requires you to specify what version of Redis to use. AWS supports a notation like `6.x` and the module is currently happy to accept that.…
-
### Summary
The Ansible documentation declares the field value data type as a list, however that is not accurate. In fact, the data type is a string. Some places neglect to clarify that the string …
-
### Summary
When I am trying to create an EKS cluster by using the `community.aws.eks_cluster` module, it showed an error that I need to specify the security groups. After I specified the security gr…
-
### Summary
When using the `msk_cluster` module, I noticed that even when I specify [multiple authentication strategies](https://docs.ansible.com/ansible/latest/collections/community/aws/msk_cluste…
-
### Summary
The specific case is triggered when state = 'present' and no stack set or stack instances are about to be created or deleted, but rather when resources inside the stack instances are af…
-
I've never managed to get the aoscx_upload_firmware module to work in my environment, despite trying on various AOS-CX firmware versions.
Switch: 6200F
Firmware: ML.10.13.0005
This is the error…
-
### Summary
Yesterday (11th July 2023) my Ansible scripts were working OK. They use aap_callback to enable WinRM. The my script waits for port 5986 to become available using ansible.builtin.wait_for.…
-
### Summary
Ansible is being used in deployment pipelines where I am seeing some trivial tasks which randomly take an hour to complete. These tasks aren't the same one every time either. An example…