-
##### SUMMARY
I want to make a telnet connection to the NEC IX router and execute the command, but an error is returned immediately.
The prompt to be set, the user name, and the password m…
-
##### SUMMARY
We want to run tasks that only change users or queues on our production brokers. Even if the user changes other settings it only should change the tasks with the tag. I see that the pla…
-
### Summary
There was a "stealth" release of session-manager-plugin 1.2.458.0 today.
https://github.com/aws/session-manager-plugin/issues/64
Upgrading to session-manager-plugin 1.2.458.0 causes…
-
### Summary
When trying to run the inventory plugin for the first time i get the error :
```
host_list declined parsing /ansiblepath/demo.aws_ec2.yml as it did not pass its verify_file() method
…
-
### 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
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…
-
##### SUMMARY
Syncronize on a macbook does not escape spaces properly and causes the syncronize command to fail.
```
FAILED! => {
"changed": false,
"module_stderr": "/bin/sh: /Use…
-
### Summary
Using the hostnames property can sometimes result in hosts with spaces. For example:
```yaml
hostnames:
- tag:Name
```
If an EC2 instance is named "Space In Name", the return…
-
### 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…