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

Ansible Community Network Collection

Results 83 community.network issues
Sort by recently updated
recently updated
newest added

##### SUMMARY FTD_Configuration appears to have incorrect/naked imports somewhere. It is importing the native fdm_swagger_client.py from the native directory instead of using the community.networks fdm_swagger_client.py Using Native community.network with FDM...

bug
module
plugins
affects_2.10
needs_triage
python3
traceback

##### SUMMARY Argument spec validation has changed in Ansible Core 2.11. The following private method calls should be changed to use the public interface: ``` community.network/plugins/modules/network/icx/icx_static_route.py 227: module._check_required_together(required_together, route) #...

bug
module
plugins
needs_triage
affects_2.11

##### SUMMARY icx_config doesn't appear to backup the config as documented. Running a task to backup the config should save the file and return a variable saying where and what...

bug
module
plugins

##### SUMMARY When auto-enable is configured on an EdgeSwitch, the terminal plugin fails to set the terminal length to 0 and the module (in this case edgeswitch_facts) times out. Auto-enable...

bug

Error with module after update from ansible 2.9.6 to 2.10.2. Error with module: community.network.ce_switchport Error output failed: [10.31.71.61] (item={'interface': '100GE1/0/1', 'trunk_vlans': '252,253,254,255,149'}) => {"ansible_loop_var": "item", "changed": false, "item": {"interface": "100GE1/0/1",...

bug
has_pr
module
plugins
affects_2.10
needs_triage
python3
traceback

##### SUMMARY The same playbook fails on some aruba switch models if launched from AWX but works perfectly if launched from the command line by ansible-playbook. ##### ISSUE TYPE -...

bug
module
plugins
affects_1
needs_triage
python3
traceback

##### SUMMARY When not passing `save: yes` to edgeos_config, it assumes that a `delete` command that matches existing configuration actually means a change. However, if the same configuration is re-added...

bug
module
plugins
needs_triage
python3
affects_2.9

##### SUMMARY When using the nclu module with command: `show int json`, you are required to have `netedit` group permissions rather than just `netshow`. Executing the same command on a...

bug
module
plugins

**SUMMARY** I execute an ansible playbook to show running config on a Aruba 3810 switch. The ssh session starts but the command fails to execute because it gets locked out...

bug
module
plugins
traceback

##### SUMMARY I'm trying to configure an Aruba AP-303 via `community.network.aruba_command` / `community.network.aruba_config`. All commands fail with the error `Unable to decode JSON from response to exec_command({"command": "show version", "prompt":...

bug
module
plugins