Hello,
I'm trying to do the followings for a network switch.
(1) retrieve the current configuration of a VLAN.
(2) preserve the current VLAN configuration on the Ansible host.
(3) push the new configuration to the VLAN.
However, the existing network modules for VLAN configuration can only push the new configuration and return the current configuration in a single module execution. For example, Module ios_vlans, junos_vlans, etc.
Can I achieve what I am trying to do using any existing network modules?
If not, I would like to enhance the existing modules to allow retrieving current configuration only.
Thanks!