-
### Summary
I want to get the `EC2_INSTANCE_CONNECT` IPs, but all I get is an error
### Issue Type
Bug Report
### Component Name
aws_service_ip_ranges
### Ansible Version
```console (paste belo…
-
Verify first that your issue is not already reported [here](https://github.com/Checkmk/ansible-collection-checkmk.general/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc).
Where possible also test …
-
##### SUMMARY
When running the ansible playbook I get the following error when running it on a freshly installed Satellite 6.15.2:
```
The full traceback is:
Traceback (most recent call last):
…
-
### Summary
when trying to interact with an RDS cluster (using amazon.aws.rds_cluster), it fails with
Parameter validation failed:\nUnknown parameter in input: \"BackupRetentionPeriod\", must be …
-
### 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…
-
### Summary
`ec2_metadata_facts` sometimes returns 401 unauthorized if the IMDSv2 token times out.
Looking at code here https://github.com/ansible-collections/amazon.aws/blob/main/plugins/modules/…
-
##### SUMMARY
i am using below module
tasks:
- name: Look up the VM called test_vm1 in the inventory
community.vmware.vmware_maintenancemode:
hostname: "{{ vcenter_hos…
-
## Summary
When creating a schedule for the first time, these need to set to true in the template, otherwise an error is reported:
```
ask_variables_on_launch: true
ask_verbosity_on_laun…
-
## Summary
If the project and the template are named the same, schedule returns the following error:
```
"msg": "Request to /api/v2/unified_job_templates/?organization=2&name=helix_test r…
-
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:
…