-
### 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
I am trying to run powershell scripts on a remote windows server on a different account and region but it's failing when deleting the object in the ssm config bucket. SSM is able to uploa…
-
### Summary
Trying to specify a `prefix` field in the `hostnames` dict of the inventory file results in an error - invalid filter provided, one of the describe-instances [options](https://docs.aws.…
-
### 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…
-
### 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
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
Under certain circumstances ec2.py reports "The following group names are not valid:..." when the real problem the is named group does not exist, or duplicate group names were found. Th…
rob42 updated
2 years ago
-
##### SUMMARY
RPC Calls to MX480 on Junos 23.2R1-S1.6 not working
##### ISSUE TYPE
- Bug Report
##### COMPONENT NAME
ansible_collections.juniper.device.plugins.modules.rpc
####…
-
### 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
Hi :) ,
When I try to use the community.aws.s3_lifecycle module from either community.aws collection 7.2.0 or 7.2.1 to create a lifecycle configuration rule on a s3 bucket created by …