Hello,
Few months ago, I combined various sources (I can't remember exact URLs, but if someone recognizes their job, I will update README file to include them) to create https://gitlab.com/todorpetkov/ansible-proxmox. So far, I used it for VMs with one interface, which is in the same network as the VM template.
Today, I tried to use it for VM template with 2 interfaces and I run into issues:
1) VM template is created with 2 interfaces. First is on top of vmbr1, with vlan tag 960, second interface is on top of vmbr1, without vlan
2) I have added definitions for secondary IP address (ipaddress2 in vms.yml, edited create_vms.yml by adding the line "net1: "virtio,bridge=vmbr1,tag=961" below line 38 and added "ipconfig1: "ip={{ item.value.ipaddress2}}" below ipconfig0
3) Machines are cloned, but during "update" step, network interfaces are not changed. net0 is OK, because it inherits default template values, but net1 is left without VLAN. IP addresses are applied successfully.
Can someone give a hint what am I missing in my configuration?
Thanks in advance