-
This is my experiment with using docker and docker-compose to run Mycodo. Thus far I successfully have Mycodo running fully in docker containers. This includes the Flask/Gunicorn frontend, Nginx, Infl…
-
### Summary
rds_instance cannot clear all existing cloudwatch log exports by setting `enable_cloudwatch_logs_exports: []`.
The root cause appears to be [this test](https://github.com/ansible-colle…
-
### Summary
As we can only pass function name and not arn like i see in documentation we can't deploy using AWS sso because the creation of the ARN from the function name say Validation Error:
```
…
-
### Summary
Hello,
I have a playbook (see below) where I just run a ping in a remote machine.
My hosts file just contains 1 remote server:
```
[myhosts]
my-instance ansible_host=i-03b08f4axxx…
-
### Summary
In a percentage of cases launching a new instance, the play fails with InvalidInstanceID.NotFound exception even after successfully creating the instance. This appears to be due to the e…
-
### Summary
I'm on my Mac calling ansible on a windows device.
Other ansible moduleswork like normal, but when I get to calling the `amazon.aws.s3_object`, it fails
I run:
- name: Download f…
-
### Summary
When passed tags for a new resource, these are not passed with the `CreateSecurityGroup` API call. This causes a number of issues with tag based IAM policies.
- A policy which require…
-
### Summary
I had good luck with the aws_ssm plugin until attempting to use it against the latest Amazon Linux AMI. Simple commands that work well with a CentOS 7 host fails when trying to run them …
-
##### Playbook
```yaml
---
- name: NTC Templates Parser Demo
hosts: r2
gather_facts: false
tasks:
- name: Ansible CLI Parse
ansible.utils.cli_parse:
command: "show ip …
-
### Describe the bug
When ever I do a go get -u to update the packages, I see that the preview release is getting pulled and giving issues with ambiguous imports. More over the preview release seems …