How to add a network interface to an existing instance via ansible playbook
I have a scenario where a network interface to be added to an instance after bootup. This task to be run via ansible-playbook. I haven't seen any module in ansible to add an interface to an existing VM instance.
Instance is already having a management network and WAN interface. Wanted to add another interface say, LAN interface to it via ansible.