-
### 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 variable: ansible_aws_ssm_profile is not taking effect when used.
The only workaround I found is to use the export AWS_PROFILE=[profile name] in bash
### Issue Type
Bug Repo…
-
### Describe the bug
When installing both `ansible` and `ansible-core` packages from nixpkgs, both get access to standard collections.
Only `ansible` should have that.
### Steps To Reproduce
…
-
### Summary
The current handling of rules might be resulting always in a changing task.
That depends on action types where boto3 is assuming default values when they are not requested (_See http…
-
### 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
When I try to use the `ec2_metadata_facts` module against an EL7 instance such as CentOS 7, I get this an exception:
```
Traceback (most recent call last):
File "", line 107, in …
-
Make possible to forward logs and metrics in customer specific location
-
### Summary
With the `AWS systems manager` preferences set with KMS encryption disabled, the:
```
ansible_connection: aws_ssm
```
works
With KMS encryption enabled, it fails
…
-
### Summary
When attempting to configure an EC2 instance of type `mac2.metal`, Ansible execution will hang indefinitely. The step that seems to cause the issue is the curl GET request when the Pyth…
-
Hello,
trying to manage ssh keys, adapted from https://github.com/opengear/opengear.om/blob/master/playbooks/system_config.yaml
```
- hosts:
- om1200
remote_user: root
collections:
…