community.general
community.general copied to clipboard
Ansible Community General Collection
##### SUMMARY New module: **Gitlab integration services** Fixes https://github.com/ansible/ansible/pull/40053 Reroll of #667 ##### ISSUE TYPE - New Module Pull Request ##### COMPONENT NAME community.general.gitlab_integration ##### ADDITIONAL INFORMATION This module provides...
### Summary I would like to review and clean redfish_utils.py to ensure it aligns with best practices for the standard. Some examples of things to cleanup: * Simplify logic for...
##### SUMMARY When specifying the `gem_source`, Ansible currently only checks to see if a gem with the same module is installed. If it is, the task returns OK even though...
##### SUMMARY Preparing the 6.0.0 release. To be merged noce 5.8.0 is out (see https://github.com/ansible-collections/community.general/issues/582#issuecomment-1264404378). ##### ISSUE TYPE - Bugfix Pull Request - Docs Pull Request - Feature Pull Request...
### Summary The [jabber module](https://github.com/ansible-collections/community.general/blob/main/plugins/modules/notification/jabber.py#L147) includes an `` child in groupchat messages it sends when it's not necessary. ### Issue Type Bug Report ### Component Name jabber ### Ansible Version...
### Summary I am trying to provision lxc containers via ansible and to have further ansible roles to configure the containers (add packages, etc...) however my first step would be...
### Summary When trying to use the opentelemetry callback with opentelemetry 1.13 this warning arises: ``` [WARNING]: Skipping callback 'community.general.opentelemetry', unable to load due to: The `opentelemetry-api`, `opentelemetry-exporter-otlp` or `opentelemetry-sdk`...
### Summary Currently there is no support for interfaces of type ovs-bridge / ovs-port / ovs-interface using the nmcli module. In order to setup a simple openvswitch with NetworkManager i...
### Summary Intermittently, the iso_extract operation will fail after a successful extraction with this error: `OSError: [Errno 30] Read-only file system: '.discinfo'` We're almost certain it's because the umount operation...
##### SUMMARY Add the ability to idempotently add and remove an fcontext equivalence, mirroring the 'semanage fcontext --equal' operations. This operation requires a bogus setype, or even a valid one...