community.general icon indicating copy to clipboard operation
community.general copied to clipboard

Ansible Community General Collection

Results 463 community.general issues
Sort by recently updated
recently updated
newest added

##### SUMMARY In Ansible Redis facts cache plugin, add Redis connection parameters full access in order to be able to set advanced socket options, like enabling keep alive for example....

feature
needs_revision
new_contributor
cache
plugins

### Summary I'm using odbc community module to connect to a databricks base: ``` - name: Get some values in the test db community.general.odbc: dsn: "Driver=/opt/simba/spark/lib/64/libsparkodbc_sb64.so;Host=xxx.azuredatabricks.net;Port=443;HTTPPath=sql/1.0/warehouses/xxx; SSL=1;ThriftTransport=2;AuthMech=3;UID=token;PWD=xxx" query: "select name...

bug
module
plugins

### Summary It would be nice if the `to_ini` filter supported the optional keyword parameter `no_extra_spaces` in the same way as `ini_file` module does: - Default to `false` to insert...

feature
filter
plugins

### Summary I would like to able to pass options to su command to be able set shell in su command. I wasn't able to use sudo to set shell...

feature
become
plugins

##### SUMMARY Creating a new module to interface with the Zendesk ticketing system. With this module you are able to utilize the API from Zendesk to Create, Close and Resolve...

module
tests
unit
new_contributor
new_plugin
plugins
check-before-release
backport-9

##### SUMMARY This PR adds a parameter and functionality to the `keep_keys` filter introduced by https://github.com/ansible-collections/community.general/issues/8438 to allow recursive searches over nested lists of dicts. This is a draft for...

feature
new_contributor
ci_verified
filter
WIP
plugins

##### SUMMARY To enable greater use of the inventory, add the ID of the VM, and the hostname of the host the VM is running on to the inventory output...

feature
needs_revision
inventory
plugins
cloud
check-before-release
backport-9

### Summary Becase right now it is NOT possible to change Keycloak setting 'unmanagedAttributePolicy', which appeared in Keycloak 24 Realm configuration. This ('unmanagedAttributePolicy') Is an important Realm configuration property, but...

bug
docs_fragments
plugins

### Summary Listing pip packages, the task returns: ``` [WARNING]: Failed to retrieve packages with /some/path/to/some/pip: Unable to list packages rc=2 : Usage: pip list [options] no such option: --format...

module
plugins
docs

### Summary When going from 8.6.2 to 9.0.0 the opentelemetry callback stops sending traces to the endpoint. Same exact configuration and traces get forwarded in 8.6.2 but go nowhere in...

bug
callback
plugins