-
I use the Ansible Galaxy website to access the IBM collections I use, e.g. ibm.power_aix and ibm.power_ibmi. When I click on the Docs icon it takes me to the collection documentation on GitHub.io, e.…
-
### Summary
Here is playbook
![image](https://user-images.githubusercontent.com/868783/198752705-e22c39e4-7cd4-41c1-b256-4193c9d706a7.png)
aws_secret lookup works but aws_ssm lookup does not. It…
-
### Summary
The documentation says that I can use either `name` or `function_arn` for `execute_lambda`. This is not the case currently, because only the `name` (possibly `None`) is passed to the wa…
-
As part of the [community decision](https://github.com/ansible-community/community-topics/issues/116) to standardize on true/false for boolean values, We need to open issues on the collections that us…
-
### Summary
When `s3_lifecycle` is run and there are no changes to make, it still calls [`put_bucket_lifecycle_configuration`](https://github.com/ansible-collections/community.aws/blob/bdb7c9f26f6f…
-
##### SUMMARY
I am using Arch Linux and would like to use `pyenv` and `virtualenv` to keep
my projects clean. I'm trying to use the DO collection to spawn some infra, but
I am getting the following…
-
## Describe the bug
Trying the run an existing playbook via Github Actions and the error message is "Missing required library."
I cannot figure out which library could be missing.
As specify in t…
-
### Summary
Due to a recent bug fix in a version > 5.0.2, my project requires a version >= a specific commit from this repo. Additionally, my project must use a `requirements.yml` file to install nec…
-
**Describe the bug**
Using the "server" role does not create a site. Rather we get an error.
**Component Name**
server role
**Ansible Version**
```console
ansible [core 2.13.5]
config fil…
-
I'm not clear on how we use this module in Ansible.
I understand that we need to generate an authorisation token when using the APIs with https REST requests. Once we have the token it use used in su…