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

Ansible Community General Collection

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

### Summary The `nmcli` module is lacking support for 802.1X authentication. One is forced to use the non-idempotent command like in this example: ``` - name: Create connection with 802.1X...

feature
module
waiting_on_contributor
plugins
net_tools

### Summary The documentation for the `consul_kv_lookup` plugin is not correct. Per the [docs](https://docs.ansible.com/ansible/latest/collections/community/general/consul_kv_lookup.html) as well as the [code](https://github.com/ansible-collections/community.general/blob/main/plugins/lookup/consul_kv.py#L55) the `validate_certs` parameter should be a boolean value which dictates if...

bug
lookup
needs_triage
plugins
python3

### Summary community.general.nmcli uses terminology (ie, `bridge-slave'`) that the Ansible community has committed to removing in Ansible code and collections. These terms come from upstream nmcli, but we should still...

module
has_pr
plugins
docs
net_tools

### Summary I'm trying to use nmcli create a bridge that connects an ethernet interface and a wifi interface. However, I cannot make the wifi connection to be a port/link...

feature
module
has_pr
needs_triage
plugins
net_tools

### Summary This has been happening for a week now. See logs at: - https://dev.azure.com/ansible/b24bf3ca-6168-45d7-99e2-bf8029e67c87/_apis/build/builds/19926/logs/1744 - https://dev.azure.com/ansible/b24bf3ca-6168-45d7-99e2-bf8029e67c87/_apis/build/builds/19926/logs/1746 - https://dev.azure.com/ansible/b24bf3ca-6168-45d7-99e2-bf8029e67c87/_apis/build/builds/19926/logs/1733 - https://dev.azure.com/ansible/b24bf3ca-6168-45d7-99e2-bf8029e67c87/_apis/build/builds/19926/logs/1742 - https://dev.azure.com/ansible/b24bf3ca-6168-45d7-99e2-bf8029e67c87/_apis/build/builds/19926/logs/1751 Might also be related to Homebrew. ###...

bug
module
lookup
has_pr
plugins
os
packaging

### Summary AWX and ansible tower are moving to using [execution environments](https://developers.redhat.com/ansiblefest/2020/using-ansible-execution-environments) (containers, basically) versus virtualenvs, as such [ansible-builder](https://github.com/ansible/ansible-builder) has been put together to build execution environments. [ansible-builder collection documentation](https://ansible-builder.readthedocs.io/en/latest/collection_metadata.html#python-dependencies)...

feature
needs_triage

### Summary The github_repo module currently only supports actions against github.com. The same API can be used for on-premise installations. We'd just have to introduce a parameter giving the URL...

feature
module
needs_triage
plugins
source_control

### Summary The integration tests for the `supervisorctl` module currently do not support Python 3. ### Issue Type Feature Idea ### Component Name supervisorctl ### Additional Information ```yaml (paste below)...

feature
module
needs_triage
plugins
python3
web_infrastructure

### Summary The issue was already reported in https://github.com/ansible/ansible/issues/64250 for the old repository, but not migrated. I have nothing much to add to the original report. The problem still persists....

bug
module
plugins

### Summary In module `ansible_galaxy_install` there is no update functionality, there is only `force: true` option that will report changed to all collections even if they were not updated. This...

feature
module
plugins