Improve virtual_servers.vlans data in device_info output #2404
Labels
awaiting-user-action
issue awaiting user's response and/or requested action
enhancement
PRs or Issues for basic feature requests for an existing module.
untriaged
issue that needs an initial response from the developers
Is your feature request related to a problem? Please describe.
The virtual-server subset of device_info gathers data that has no clear indication if its disabled vlans or enabled vlans.
https://docs.ansible.com/ansible/latest/collections/f5networks/f5_modules/bigip_device_info_module.html#return-virtual_servers/vlans
This information isn't very useful if you can't tell me if the vlans are disabled or enabled.
Describe the solution you'd like
Somehow add if enabled or disabled is selected for the vlan definitions on a virtual server.
Additional context
We're working on exporting all of the configuration for our F5's and using that data for CaC. The virtual_server module accepts
enabled_vlans
anddisabled_vlans
, but the exported data has no indication of this.The text was updated successfully, but these errors were encountered: